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