Share via


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
System_CAPS_pubmethod HostedEmailConfigurationException()

Creates a new instance of the HostedEmailConfigurationException class.

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType)

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

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String)

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

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String, Exception)

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

System_CAPS_protmethod HostedEmailConfigurationException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod HostedEmailConfigurationException(String)

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

System_CAPS_pubmethod 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
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty Error

Retrieves the error associated with the exception.

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Exception.)

Events

Name Description
System_CAPS_protevent 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