参数未指定 [英] Argument not specified

查看:92
本文介绍了参数未指定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都知道我在这里做错了什么,


没有为''Public Sub

的参数''JobTitle''指定参数新的(JobTitle As String,NumberOfEmployees As Integer)''。


谢谢


Portroe

anybody have an idea on what i am doing wrong here,

Argument not specified for parameter ''JobTitle'' of ''Public Sub
New(JobTitle As String, NumberOfEmployees As Integer)''.

thanks

Portroe

推荐答案

" portroe" < bo*@sleigh.com> schrieb
"portroe" <bo*@sleigh.com> schrieb
任何人都知道我在这里做错了什么,

没有为''Public Sub
New(参数''JobTitle'''指定参数JobTitle As String,NumberOfEmployees As Integer)''。
anybody have an idea on what i am doing wrong here,

Argument not specified for parameter ''JobTitle'' of ''Public Sub
New(JobTitle As String, NumberOfEmployees As Integer)''.




我们怎么知道你不能告诉我们你怎么称这个子?

-

Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html



How can we know as you don''t tell us how you call the sub?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html


* portroe< ; bo*@sleigh.com> scripsit:
* portroe <bo*@sleigh.com> scripsit:
任何人都知道我在这里做错了什么,

没有为参数''JobTitle''''Public Sub
指定参数新(JobTitle As String,NumberOfEmployees As Integer)''。
anybody have an idea on what i am doing wrong here,

Argument not specified for parameter ''JobTitle'' of ''Public Sub
New(JobTitle As String, NumberOfEmployees As Integer)''.




发布用于创建新对象的代码(构造函数调用)。


-

Herfried K. Wagner [MVP]

< http://www.mvps.org/dotnet>



Post the code you use to create the new object (the constructor call).

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>


''这是课程类的构造函数,

Public Sub New(ByVal JobTitle As String,ByVal NumberOfEmployees As Integer)

Me.iJobTitle = JobTitle

Me.iNumberOfEmployees = NumberOfEmployees

Me.iFreeOfCharge =""

End Sub


''谢谢


Herfried K. Wagner [MVP]写道:
''this is the constructor from the course class,

Public Sub New(ByVal JobTitle As String, ByVal NumberOfEmployees As Integer)
Me.iJobTitle = JobTitle
Me.iNumberOfEmployees = NumberOfEmployees
Me.iFreeOfCharge = ""
End Sub

''thanks

Herfried K. Wagner [MVP] wrote:
* portroe< ; bo*@sleigh.com> scripsit:
* portroe <bo*@sleigh.com> scripsit:
任何人都知道我在这里做错了什么,

没有为''Public Sub <的参数''JobTitle''指定参数br /> New(JobTitle As String,NumberOfEmployees As Integer)''。
anybody have an idea on what i am doing wrong here,

Argument not specified for parameter ''JobTitle'' of ''Public Sub
New(JobTitle As String, NumberOfEmployees As Integer)''.



发布用于创建新对象的代码(构造函数调用)。


Post the code you use to create the new object (the constructor call).






这篇关于参数未指定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆