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 (String)

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( _
   ByVal message As String _
)
[C#]
public TargetParameterCountException(
   string message
);
[C++]
public: TargetParameterCountException(
   String* message
);
[JScript]
public function TargetParameterCountException(
   message : String
);

Parameters

message
The message that indicates the reason this exception was thrown.

Remarks

TargetParmeterCountException inherits from the Exception. This constructor sets the properties of the Exception object as follows:

Property Value
InnerException null
Message The message string.

See Also

TargetParameterCountException Class | TargetParameterCountException Members | System.Reflection Namespace | TargetParameterCountException Constructor Overload List