NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TargetParameterCountException Constructor

Initializes a new instance of the TargetParameterCountException class.

Overload List

Initializes a new TargetParameterCountException with an empty message string and the root cause of the exception.

[Visual Basic] Overloads Public Sub New()
[C#] public TargetParameterCountException();
[C++] public: TargetParameterCountException();
[JScript] public function TargetParameterCountException();

Initializes an instance of TargetParameterCountException with its message string set to the given message and the root cause exception.

[Visual Basic] Overloads Public Sub New(String)
[C#] public TargetParameterCountException(String);
[C++] public: TargetParameterCountException(String*);
[JScript] public function TargetParameterCountException(String);

Initializes a new TargetParameterCountException with a string that indicates the cause of the exception and an exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public TargetParameterCountException(String, Exception);
[C++] public: TargetParameterCountException(String*, Exception);
[JScript] public function TargetParameterCountException(String, Exception);

See Also

TargetParameterCountException Class | TargetParameterCountException Members | System.Reflection Namespace