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