MessageException Class
Base class for a message exception.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::Exception
Microsoft.ConfigurationManagement.Messaging.Framework::MessageException
Microsoft.ConfigurationManagement.Messaging.Framework::MessagePropertyException
Microsoft.ConfigurationManagement.Messaging.Framework::MessageSignatureVerificationException
Microsoft.ConfigurationManagement.Messaging.Framework::MessageSigningRequiredException
Microsoft.ConfigurationManagement.Messaging.Framework::MessageValidationException
| Name | Description | |
|---|---|---|
![]() | MessageException() | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
![]() | MessageException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MessageException class. This is a serialized exception constructor. |
![]() | MessageException(String^) | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
![]() | MessageException(String^, Exception^) | Initializes a new instance of the MessageException class. This is a standard exception constructor. |
![]() | MessageException(String^, IMessageBase^) | Initializes a new instance of the MessageException class. This constructor is an exception with a message. |
![]() | MessageException(String^, IMessageBase^, Exception^) | Initializes a new instance of the MessageException class. This constructor is an exception with a message. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | SendingMessage | Gets the base message that threw the 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) | Gets object data for serialization. (Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | IsCriticalException() | Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. (Defined by DebugHelpers.) |
![]() | RethrowCriticalException() | 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.



