CASException 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
| CASException() | |
| CASException(String) | |
| CASException(SerializationInfo, StreamingContext) | |
| CASException(String, Boolean) | |
| CASException(String, Exception) | 
CASException()
public:
 CASException();public CASException();Public Sub New ()Applies to
CASException(String)
public:
 CASException(System::String ^ message);public CASException(string message);new Microsoft.Dynamics.Ax.Xpp.CASException : string -> Microsoft.Dynamics.Ax.Xpp.CASExceptionPublic Sub New (message As String)Parameters
- message
- String
Applies to
CASException(SerializationInfo, StreamingContext)
protected:
 CASException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);protected CASException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);new Microsoft.Dynamics.Ax.Xpp.CASException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Dynamics.Ax.Xpp.CASExceptionProtected Sub New (info As SerializationInfo, context As StreamingContext)Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
CASException(String, Boolean)
public:
 CASException(System::String ^ message, bool sendToInfolog);public CASException(string message, bool sendToInfolog);new Microsoft.Dynamics.Ax.Xpp.CASException : string * bool -> Microsoft.Dynamics.Ax.Xpp.CASExceptionPublic Sub New (message As String, sendToInfolog As Boolean)Parameters
- message
- String
- sendToInfolog
- Boolean
Applies to
CASException(String, Exception)
public:
 CASException(System::String ^ message, Exception ^ innerException);public CASException(string message, Exception innerException);new Microsoft.Dynamics.Ax.Xpp.CASException : string * Exception -> Microsoft.Dynamics.Ax.Xpp.CASExceptionPublic Sub New (message As String, innerException As Exception)Parameters
- message
- String
- innerException
- Exception