CustomTIException Constructors

Definition

Overloads

CustomTIException()
CustomTIException(String)
CustomTIException(SerializationInfo, StreamingContext)
CustomTIException(String, Exception)
CustomTIException(String, Int32)
CustomTIException(String, Int32, Boolean)
CustomTIException(String, Int32, Boolean, Exception)

CustomTIException()

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

Applies to

CustomTIException(String)

public:
 CustomTIException(System::String ^ message);
public CustomTIException (string message);
new Microsoft.HostIntegration.TI.CustomTIException : string -> Microsoft.HostIntegration.TI.CustomTIException
Public Sub New (message As String)

Parameters

message
String

Applies to

CustomTIException(SerializationInfo, StreamingContext)

protected:
 CustomTIException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CustomTIException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.HostIntegration.TI.CustomTIException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.HostIntegration.TI.CustomTIException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

CustomTIException(String, Exception)

public:
 CustomTIException(System::String ^ message, Exception ^ inner);
public CustomTIException (string message, Exception inner);
new Microsoft.HostIntegration.TI.CustomTIException : string * Exception -> Microsoft.HostIntegration.TI.CustomTIException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to

CustomTIException(String, Int32)

public:
 CustomTIException(System::String ^ message, int result);
public CustomTIException (string message, int result);
new Microsoft.HostIntegration.TI.CustomTIException : string * int -> Microsoft.HostIntegration.TI.CustomTIException
Public Sub New (message As String, result As Integer)

Parameters

message
String
result
Int32

Applies to

CustomTIException(String, Int32, Boolean)

public:
 CustomTIException(System::String ^ message, int compatibleErrorCode, bool makeCompatible);
public CustomTIException (string message, int compatibleErrorCode, bool makeCompatible);
new Microsoft.HostIntegration.TI.CustomTIException : string * int * bool -> Microsoft.HostIntegration.TI.CustomTIException
Public Sub New (message As String, compatibleErrorCode As Integer, makeCompatible As Boolean)

Parameters

message
String
compatibleErrorCode
Int32
makeCompatible
Boolean

Applies to

CustomTIException(String, Int32, Boolean, Exception)

public:
 CustomTIException(System::String ^ message, int compatibleErrorCode, bool makeCompatible, Exception ^ inner);
public CustomTIException (string message, int compatibleErrorCode, bool makeCompatible, Exception inner);
new Microsoft.HostIntegration.TI.CustomTIException : string * int * bool * Exception -> Microsoft.HostIntegration.TI.CustomTIException
Public Sub New (message As String, compatibleErrorCode As Integer, makeCompatible As Boolean, inner As Exception)

Parameters

message
String
compatibleErrorCode
Int32
makeCompatible
Boolean
inner
Exception

Applies to