Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Properties
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.) |
Methods
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.) |
Events
Name | Description | |
---|---|---|
![]() |
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