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