AddinTaskException Constructor
Creates a new instance of the AddinTaskException class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
AddinTaskException() | Creates a new instance of the AddinTaskException class. |
|
AddinTaskException(AddinErrorRecord) | Creates a new instance of the AddinTaskException class, using the specified error record. |
|
AddinTaskException(SerializationInfo, StreamingContext) | Creates a new instance of the AddinTaskException class using serialized data. |
|
AddinTaskException(String) | Creates a new instance of the AddinTaskException, using the specified message. |
|
AddinTaskException(String, Exception) | Creates a new instance of the AddinTaskException, using the specified message and inner exception. |
See Also
AddinTaskException Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top