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