Share via


ComponentException Constructors

Definition

Overloads

ComponentException(Int32, String)
ComponentException(SerializationInfo, StreamingContext)
ComponentException(UInt32, String)
ComponentException(Int32, String, String[])
ComponentException(UInt32, String, String[])

ComponentException(Int32, String)

public:
 ComponentException(int err, System::String ^ description);
public ComponentException (int err, string description);
new Microsoft.BizTalk.Component.ComponentException : int * string -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As Integer, description As String)

Parameters

err
Int32
description
String

Applies to

ComponentException(SerializationInfo, StreamingContext)

protected:
 ComponentException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected ComponentException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Microsoft.BizTalk.Component.ComponentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Component.ComponentException

Parameters

serializationInfo
SerializationInfo
streamingContext
StreamingContext

Applies to

ComponentException(UInt32, String)

public:
 ComponentException(System::UInt32 err, System::String ^ description);
public ComponentException (uint err, string description);
new Microsoft.BizTalk.Component.ComponentException : uint32 * string -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As UInteger, description As String)

Parameters

err
UInt32
description
String

Applies to

ComponentException(Int32, String, String[])

public:
 ComponentException(int err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public ComponentException (int err, string description, params string[] args);
new Microsoft.BizTalk.Component.ComponentException : int * string * string[] -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As Integer, description As String, ParamArray args As String())

Parameters

err
Int32
description
String
args
String[]

Applies to

ComponentException(UInt32, String, String[])

public:
 ComponentException(System::UInt32 err, System::String ^ description, ... cli::array <System::String ^> ^ args);
public ComponentException (uint err, string description, params string[] args);
new Microsoft.BizTalk.Component.ComponentException : uint32 * string * string[] -> Microsoft.BizTalk.Component.ComponentException
Public Sub New (err As UInteger, description As String, ParamArray args As String())

Parameters

err
UInt32
description
String
args
String[]

Applies to