Share via


AddInException Constructor

 

Creates and initializes an instance of the AddInException class.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Overload List

Name Description
System_CAPS_pubmethod AddInException()

Creates and initializes an instance of the AddInException class.

System_CAPS_protmethod AddInException(SerializationInfo, StreamingContext)

Creates and initializes an instance of the AddInException class with the specified serialization data.

System_CAPS_pubmethod AddInException(String)

Creates and initializes an instance of the AddInException class with the specified message.

System_CAPS_pubmethod 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