次の方法で共有


PersistentSqlConnectionErrorException Constructors

Definition

Overloads

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

PersistentSqlConnectionErrorException()

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

Applies to

PersistentSqlConnectionErrorException(String)

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

Parameters

message
String

Applies to

PersistentSqlConnectionErrorException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

PersistentSqlConnectionErrorException(String, Boolean)

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

Parameters

message
String
sendToInfolog
Boolean

Applies to

PersistentSqlConnectionErrorException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to