Compartilhar via


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
System_CAPS_pubmethod AddinTaskException()

Creates a new instance of the AddinTaskException class.

System_CAPS_pubmethod AddinTaskException(AddinErrorRecord)

Creates a new instance of the AddinTaskException class, using the specified error record.

System_CAPS_protmethod AddinTaskException(SerializationInfo, StreamingContext)

Creates a new instance of the AddinTaskException class using serialized data.

System_CAPS_pubmethod AddinTaskException(String)

Creates a new instance of the AddinTaskException, using the specified message.

System_CAPS_pubmethod 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