TypeCastException Constructors
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
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
- info
- SerializationInfo
- context
- StreamingContext
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