MessageSignatureVerificationException Class
Exception that is raised when signature verification fails.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ConfigurationManagement.Messaging.Framework.MessageException
Microsoft.ConfigurationManagement.Messaging.Framework.MessageSignatureVerificationException
Syntax
[SerializableAttribute]
public sealed class MessageSignatureVerificationException : MessageException
[SerializableAttribute]
public ref class MessageSignatureVerificationException sealed : MessageException
<SerializableAttribute>
Public NotInheritable Class MessageSignatureVerificationException
Inherits MessageException
Constructors
Name | Description | |
---|---|---|
MessageSignatureVerificationException() | Initializes a new instance of the MessageSignatureVerificationException class. |
|
MessageSignatureVerificationException(IMessageBase) | Initializes a new instance of the MessageSignatureVerificationException class. |
|
MessageSignatureVerificationException(String) | Initializes a new instance of the MessageSignatureVerificationException class. |
|
MessageSignatureVerificationException(String, Exception) | Initializes a new instance of the MessageSignatureVerificationException class. |
|
MessageSignatureVerificationException(String, IMessageBase) | Initializes a new instance of the MessageSignatureVerificationException class. |
|
MessageSignatureVerificationException(String, IMessageBase, Exception) | Initializes a new instance of the MessageSignatureVerificationException class. |
Properties
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. (Inherited from MessageException.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | Gets object data for serialization. (Inherited from MessageException.) |
|
GetType() | (Inherited from Exception.) |
|
ToString() | (Inherited from Exception.) |
Extension Methods
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.) |
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.ConfigurationManagement.Messaging.Framework Namespace
Return to top