AddinTaskException Class

 

Occurs when an add-in task throws an exception.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  System::Exception
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::AddinTaskException

[SerializableAttribute]
public ref class AddinTaskException : Exception

NameDescription
System_CAPS_pubmethodAddinTaskException()

Creates a new instance of the AddinTaskException class.

System_CAPS_pubmethodAddinTaskException(AddinErrorRecord^)

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

System_CAPS_protmethodAddinTaskException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodAddinTaskException(String^)

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

System_CAPS_pubmethodAddinTaskException(String^, Exception^)

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

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyErrorRecord

Retrieves information about the error that occurred.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Sets the serialization information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

An add-in task is a task that occurs as part of a hosted email add-in adaptor. Usually, this will occur as a consequence of an error or exception in an extended piece of UI. For more information, see Modifying the UI.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: