WebLogic Messaging API Class Library

MessageException�Constructor

Constructs a MessageException with the specified reason and error code.

Overload List

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public�MessageException(string);

Constructs a MessageException with the specified reason and with the error code defaulting to null.

public�MessageException(string,Exception);

Constructs a MessageException with the specified reason and error code.

public�MessageException(string,string,Exception);

See Also

MessageException Class | WebLogic.Messaging Namespace