WebSphereMQException.NewMQException Method

Definition

Overloads

NewMQException(Int32, String, Int64)
NewMQException(Int32, String, Int32, Int32)

NewMQException(Int32, String, Int64)

public:
 static System::ServiceModel::Channels::WebSphereMQ::WebSphereMQException ^ NewMQException(int messageCode, System::String ^ msg, long hrIn);
public static System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException NewMQException (int messageCode, string msg, long hrIn);
static member NewMQException : int * string * int64 -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Shared Function NewMQException (messageCode As Integer, msg As String, hrIn As Long) As WebSphereMQException

Parameters

messageCode
Int32
msg
String
hrIn
Int64

Returns

WebSphereMQException

Applies to

NewMQException(Int32, String, Int32, Int32)

public:
 static System::ServiceModel::Channels::WebSphereMQ::WebSphereMQException ^ NewMQException(int messageCode, System::String ^ msg, int completionCodeIn, int reasonCodeIn);
public static System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException NewMQException (int messageCode, string msg, int completionCodeIn, int reasonCodeIn);
static member NewMQException : int * string * int * int -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Shared Function NewMQException (messageCode As Integer, msg As String, completionCodeIn As Integer, reasonCodeIn As Integer) As WebSphereMQException

Parameters

messageCode
Int32
msg
String
completionCodeIn
Int32
reasonCodeIn
Int32

Returns

WebSphereMQException

Applies to