次の方法で共有


InternalException Constructors

Definition

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

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

Applies to