HostedEmailConfigurationException Class
Exception that occurs during while performing a hosted email configuration task.
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
System::Exception
Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailConfigurationException
| Name | Description | |
|---|---|---|
![]() | HostedEmailConfigurationException() | Creates a new instance of the HostedEmailConfigurationException class. |
![]() | HostedEmailConfigurationException(HostedEmailConfigurationErrorType) | Creates a new instance of the HostedEmailConfigurationException class, using the specified error. |
![]() | HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String^) | Creates a new instance of the HostedEmailConfigurationException class, using the specified error and message. |
![]() | HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String^, Exception^) | Creates a new instance of the HostedEmailConfigurationException class, using the specified error, message, and inner exception. |
![]() | HostedEmailConfigurationException(SerializationInfo^, StreamingContext) | Creates a new instance of the HostedEmailConfigurationException class, using serialized data. |
![]() | HostedEmailConfigurationException(String^) | Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception. |
![]() | HostedEmailConfigurationException(String^, Exception^) | Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception, as well as the original exception that caused this exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | Error | Retrieves the error 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) | Retrieves serialized 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.) |
This exception is most commonly raised through a call to HostedEmailConfiguration.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



