[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Base class for a Message exception

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
MessageException : 
Exception, 
	

IMessageException
<
SerializableAttribute> _
Public 
Class 
MessageException _
	
Inherits 
Exception _
	
Implements 

IMessageException
[
SerializableAttribute]
public 
ref class 
MessageException : 
public 
Exception, 
	

IMessageException

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MessageException () () () ()
Initializes a new instance of the MessageExceptionclass. Standard Exception constructor
MessageException(String)
Initializes a new instance of the MessageExceptionclass. Standard Exception constructor
MessageException(SerializationInfo, StreamingContext)
Initializes a new instance of the MessageExceptionclass. Serialized exception
MessageException(String, IMessageBase)
Initializes a new instance of the MessageExceptionclass. Exception with a message
MessageException(String, Exception)
Initializes a new instance of the MessageExceptionclass. Standard Exception constructor
MessageException(String, IMessage, Exception)
Initializes a new instance of the MessageExceptionclass. Exception with a message
Data (Inherited from Exception.)
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.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
IsCriticalException(Exception)
Checks exception to see if it is one of a predetermined list of "critical" exceptions that should never be handled by the framework.
(Inherited from DebugHelpers.)
MemberwiseClone () () () () (Inherited from Object.)
Message (Inherited from Exception.)
RethrowCriticalException(Exception)
Rethrow unhandlable exception
(Inherited from DebugHelpers.)
SendingMessage
Base message that threw the exception
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)
ToString () () () () (Inherited from Exception.)

Inheritance Hierarchy

See Also