HostedEmailConfigurationException Class

 

Exception that occurs during while performing a hosted email configuration task.

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

System::Object
  System::Exception
    Microsoft.WindowsServerSolutions.HostedEmail::HostedEmailConfigurationException

[SerializableAttribute]
public ref class HostedEmailConfigurationException : Exception

NameDescription
System_CAPS_pubmethodHostedEmailConfigurationException()

Creates a new instance of the HostedEmailConfigurationException class.

System_CAPS_pubmethodHostedEmailConfigurationException(HostedEmailConfigurationErrorType)

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

System_CAPS_pubmethodHostedEmailConfigurationException(HostedEmailConfigurationErrorType, String^)

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

System_CAPS_pubmethodHostedEmailConfigurationException(HostedEmailConfigurationErrorType, String^, Exception^)

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

System_CAPS_protmethodHostedEmailConfigurationException(SerializationInfo^, StreamingContext)

Creates a new instance of the HostedEmailConfigurationException class, using serialized data.

System_CAPS_pubmethodHostedEmailConfigurationException(String^)

Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception.

System_CAPS_pubmethodHostedEmailConfigurationException(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.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyError

Retrieves the error associated with the exception.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Retrieves serialized information about the exception. (Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(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.

Return to top

Community Additions

ADD
Show: