次の方法で共有


WarningException Constructors

Definition

Overloads

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

WarningException()

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

Applies to

WarningException(String)

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

Parameters

message
String

Applies to

WarningException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

WarningException(String, Boolean)

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

Parameters

message
String
sendToInfolog
Boolean

Applies to

WarningException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to