HostedEmailConfigurationException Class
Exception that occurs during while performing a hosted email configuration task.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigurationException
Syntax
[SerializableAttribute]
public class HostedEmailConfigurationException : Exception
[SerializableAttribute]
public ref class HostedEmailConfigurationException : Exception
<SerializableAttribute>
Public Class HostedEmailConfigurationException
Inherits Exception
Constructors
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. |
Properties
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.) |
Methods
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.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Remarks
This exception is most commonly raised through a call to HostedEmailConfiguration.
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