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!

BadImageFormatException Constructor (String, Exception)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
[C#]
public BadImageFormatException(
   string message,
   Exception inner
);
[C++]
public: BadImageFormatException(
   String* message,
   Exception* inner
);
[JScript]
public function BadImageFormatException(
   message : String,
   inner : Exception
);

Parameters

message
[To be supplied.]
inner
[To be supplied.]

See Also

BadImageFormatException Class | BadImageFormatException Members | System Namespace | BadImageFormatException Constructor Overload List