AP&C API Reference
Public Member Functions | Protected Member Functions | List of all members
Apac.Messaging.MessagingException Class Reference

This is a specific exception type that is thrown by the messaging infrastructure. More...

Inheritance diagram for Apac.Messaging.MessagingException:

Public Member Functions

 MessagingException (string message)
 Creates an exception from a message. More...
 
 MessagingException (string message, Exception innerException)
 Creates an exception from a message with an inner exception (root cause). More...
 

Protected Member Functions

 MessagingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Deserializing constructor. More...
 

Detailed Description

This is a specific exception type that is thrown by the messaging infrastructure.

Constructor & Destructor Documentation

◆ MessagingException() [1/3]

Apac.Messaging.MessagingException.MessagingException ( string  message)
inline

Creates an exception from a message.

Parameters
messageThe descriptive message for the exception.

◆ MessagingException() [2/3]

Apac.Messaging.MessagingException.MessagingException ( string  message,
Exception  innerException 
)
inline

Creates an exception from a message with an inner exception (root cause).

Parameters
messageThe descriptive message for the exception.
innerExceptionThe exception being wrapped - the root cause, which itself may be have an inner exeception.

◆ MessagingException() [3/3]

Apac.Messaging.MessagingException.MessagingException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
inlineprotected

Deserializing constructor.

Parameters
infoSee System.Runtime.Serialization.SerializationInfo.
contextSee System.Runtime.Serialization.StreamingContext.

The documentation for this class was generated from the following file: