WebLogic Messaging API Class Library

MessageFormatException�Constructor

Constructs a MessageFormatException with the specified reason and error code.

Overload List

Constructs a MessageFormatException with the specified reason. The error code defaults to null.

public�MessageFormatException(string);

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

public�MessageFormatException(string,Exception);

Constructs a MessageFormatException with the specified reason and error code.

public�MessageFormatException(string,string,Exception);

See Also

MessageFormatException Class | WebLogic.Messaging Namespace