DDEException 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
DDEException() | |
DDEException(String) | |
DDEException(SerializationInfo, StreamingContext) | |
DDEException(String, Boolean) | |
DDEException(String, Exception) |
DDEException()
public:
DDEException();
public DDEException ();
Public Sub New ()
Applies to
DDEException(String)
public:
DDEException(System::String ^ message);
public DDEException (string message);
new Microsoft.Dynamics.Ax.Xpp.DDEException : string -> Microsoft.Dynamics.Ax.Xpp.DDEException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DDEException(SerializationInfo, StreamingContext)
protected:
DDEException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DDEException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Dynamics.Ax.Xpp.DDEException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Dynamics.Ax.Xpp.DDEException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
DDEException(String, Boolean)
public:
DDEException(System::String ^ message, bool sendToInfolog);
public DDEException (string message, bool sendToInfolog);
new Microsoft.Dynamics.Ax.Xpp.DDEException : string * bool -> Microsoft.Dynamics.Ax.Xpp.DDEException
Public Sub New (message As String, sendToInfolog As Boolean)
Parameters
- message
- String
- sendToInfolog
- Boolean
Applies to
DDEException(String, Exception)
public:
DDEException(System::String ^ message, Exception ^ innerException);
public DDEException (string message, Exception innerException);
new Microsoft.Dynamics.Ax.Xpp.DDEException : string * Exception -> Microsoft.Dynamics.Ax.Xpp.DDEException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception