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

Remarks

The TargetParameterCountException is the exception classs that shows when a class or method was not located.

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

Property Value
InnerException null
Message The empty string.

See Also

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