TypeCastException Constructors

Definition

Overloads

TypeCastException()
TypeCastException(String)
TypeCastException(SerializationInfo, StreamingContext)
TypeCastException(String, Exception)

TypeCastException()

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

Applies to

TypeCastException(String)

public:
 TypeCastException(System::String ^ message);
public TypeCastException (string message);
new Microsoft.Dynamics.Ax.Xpp.TypeCastException : string -> Microsoft.Dynamics.Ax.Xpp.TypeCastException
Public Sub New (message As String)

Parameters

message
String

Applies to

TypeCastException(SerializationInfo, StreamingContext)

protected:
 TypeCastException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypeCastException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Dynamics.Ax.Xpp.TypeCastException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Dynamics.Ax.Xpp.TypeCastException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

TypeCastException(String, Exception)

public:
 TypeCastException(System::String ^ message, Exception ^ innerException);
public TypeCastException (string message, Exception innerException);
new Microsoft.Dynamics.Ax.Xpp.TypeCastException : string * Exception -> Microsoft.Dynamics.Ax.Xpp.TypeCastException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to