MessageException Class

 

Base class for a message exception.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
public ref class MessageException : Exception, IMessageException

NameDescription
System_CAPS_protmethodMessageException()

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_protmethodMessageException(SerializationInfo^, StreamingContext)

Initializes a new instance of the MessageException class. This is a serialized exception constructor.

System_CAPS_protmethodMessageException(String^)

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_protmethodMessageException(String^, Exception^)

Initializes a new instance of the MessageException class. This is a standard exception constructor.

System_CAPS_pubmethodMessageException(String^, IMessageBase^)

Initializes a new instance of the MessageException class. This constructor is an exception with a message.

System_CAPS_pubmethodMessageException(String^, IMessageBase^, Exception^)

Initializes a new instance of the MessageException class. This constructor is an exception with a message.

NameDescription
System_CAPS_pubpropertyData

(Inherited from 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_pubpropertySendingMessage

Gets the base message that threw the 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)

Gets object data for serialization. (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.)

NameDescription
System_CAPS_pubmethodIsCriticalException()

Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. (Defined by DebugHelpers.)

System_CAPS_pubmethodRethrowCriticalException()

Throws a previously thrown exception that is not able to be handled. (Defined by DebugHelpers.)

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
Show: