WebSphereMQException.NewMQException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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