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!

InstallException Constructor (String, Exception)

[To be supplied.]

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

Parameters

message
[To be supplied.]
innerException
[To be supplied.]

See Also

InstallException Class | InstallException Members | System.Configuration.Install Namespace | InstallException Constructor Overload List