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