Share via


HostedEmailIntegrationManagerException Class

 

Represents an error that occurs while managing a hosted email add-in.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailIntegrationManagerException

Syntax

[SerializableAttribute]
public class HostedEmailIntegrationManagerException : Exception
[SerializableAttribute]
public ref class HostedEmailIntegrationManagerException : Exception
<SerializableAttribute>
Public Class HostedEmailIntegrationManagerException
    Inherits Exception

Constructors

Name Description
System_CAPS_pubmethod HostedEmailIntegrationManagerException()

Creates a new instance of the HostedEmailIntegrationManagerException class.

System_CAPS_pubmethod HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType)

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

System_CAPS_pubmethod HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType, String)

Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error and message.

System_CAPS_pubmethod HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType, String, Exception)

Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error, message, and inner exception.

System_CAPS_protmethod HostedEmailIntegrationManagerException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod HostedEmailIntegrationManagerException(String)

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

System_CAPS_pubmethod HostedEmailIntegrationManagerException(String, Exception)

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

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty ErrorCode

Retrieves the error code associated with the exception.

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Exception.)

Events

Name Description
System_CAPS_protevent SerializeObjectState

(Inherited from Exception.)

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top