WebSphereMQException Constructors

Definition

Overloads

WebSphereMQException()
WebSphereMQException(String)
WebSphereMQException(SerializationInfo, StreamingContext)
WebSphereMQException(String, Exception)
WebSphereMQException(String, Int64)
WebSphereMQException(String, Exception, Int64)
WebSphereMQException(String, Int32, Int32)
WebSphereMQException(String, Exception, Int32, Int32)

WebSphereMQException()

public:
 WebSphereMQException();
public WebSphereMQException ();
Public Sub New ()

Applies to

WebSphereMQException(String)

public:
 WebSphereMQException(System::String ^ msg);
public WebSphereMQException (string msg);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String)

Parameters

msg
String

Applies to

WebSphereMQException(SerializationInfo, StreamingContext)

protected:
 WebSphereMQException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WebSphereMQException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

WebSphereMQException(String, Exception)

public:
 WebSphereMQException(System::String ^ msg, Exception ^ inner);
public WebSphereMQException (string msg, Exception inner);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string * Exception -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String, inner As Exception)

Parameters

msg
String
inner
Exception

Applies to

WebSphereMQException(String, Int64)

public:
 WebSphereMQException(System::String ^ msg, long hrIn);
public WebSphereMQException (string msg, long hrIn);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string * int64 -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String, hrIn As Long)

Parameters

msg
String
hrIn
Int64

Applies to

WebSphereMQException(String, Exception, Int64)

public:
 WebSphereMQException(System::String ^ msg, Exception ^ inner, long hrIn);
public WebSphereMQException (string msg, Exception inner, long hrIn);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string * Exception * int64 -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String, inner As Exception, hrIn As Long)

Parameters

msg
String
inner
Exception
hrIn
Int64

Applies to

WebSphereMQException(String, Int32, Int32)

public:
 WebSphereMQException(System::String ^ msg, int completionCodeIn, int reasonCodeIn);
public WebSphereMQException (string msg, int completionCodeIn, int reasonCodeIn);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string * int * int -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String, completionCodeIn As Integer, reasonCodeIn As Integer)

Parameters

msg
String
completionCodeIn
Int32
reasonCodeIn
Int32

Applies to

WebSphereMQException(String, Exception, Int32, Int32)

public:
 WebSphereMQException(System::String ^ msg, Exception ^ inner, int completionCodeIn, int reasonCodeIn);
public WebSphereMQException (string msg, Exception inner, int completionCodeIn, int reasonCodeIn);
new System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException : string * Exception * int * int -> System.ServiceModel.Channels.WebSphereMQ.WebSphereMQException
Public Sub New (msg As String, inner As Exception, completionCodeIn As Integer, reasonCodeIn As Integer)

Parameters

msg
String
inner
Exception
completionCodeIn
Int32
reasonCodeIn
Int32

Applies to