Aracılığıyla paylaş


InfoException Constructors

Definition

Overloads

InfoException()
InfoException(String)
InfoException(SerializationInfo, StreamingContext)
InfoException(String, Boolean)
InfoException(String, Exception)

InfoException()

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

Applies to

InfoException(String)

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

Parameters

message
String

Applies to

InfoException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

InfoException(String, Boolean)

public:
 InfoException(System::String ^ message, bool sendToInfolog);
public InfoException (string message, bool sendToInfolog);
new Microsoft.Dynamics.Ax.Xpp.InfoException : string * bool -> Microsoft.Dynamics.Ax.Xpp.InfoException
Public Sub New (message As String, sendToInfolog As Boolean)

Parameters

message
String
sendToInfolog
Boolean

Applies to

InfoException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to