AddInException Constructor
Creates and initializes an instance of the AddInException class.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Overload List
Name | Description | |
---|---|---|
AddInException() | Creates and initializes an instance of the AddInException class. |
|
AddInException(SerializationInfo, StreamingContext) | Creates and initializes an instance of the AddInException class with the specified serialization data. |
|
AddInException(String) | Creates and initializes an instance of the AddInException class with the specified message. |
|
AddInException(String, Exception) | Creates and initializes an instance of the AddInException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top