HostedEmailIntegrationManagerException Class
Represents an error that occurs while managing a hosted email add-in.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
System::Exception
Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailIntegrationManagerException
| Name | Description | |
|---|---|---|
![]() | HostedEmailIntegrationManagerException() | Creates a new instance of the HostedEmailIntegrationManagerException class. |
![]() | HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType) | Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error. |
![]() | HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType, String^) | Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error and message. |
![]() | HostedEmailIntegrationManagerException(HostedEmailIntegrationManagerErrorType, String^, Exception^) | Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error, message, and inner exception. |
![]() | HostedEmailIntegrationManagerException(SerializationInfo^, StreamingContext) | Creates a new instance of the HostedEmailIntegrationManagerException class using serialized data. |
![]() | HostedEmailIntegrationManagerException(String^) | Creates a new instance of the HostedEmailIntegrationManagerException, using the specified message. |
![]() | HostedEmailIntegrationManagerException(String^, Exception^) | Creates a new instance of the HostedEmailIntegrationManagerException, using the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | Retrieves the error code associated with the exception. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Sets the serialization information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



