PersistentSqlConnectionErrorException 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
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
- info
- SerializationInfo
- context
- StreamingContext
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