DmfException 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
DmfException() |
Base constructor |
DmfException(String) |
Base constructor |
DmfException(SerializationInfo, StreamingContext) |
Base constructor |
DmfException(String, Exception) |
Base constructor |
DmfException()
Base constructor
public DmfException ();
Public Sub New ()
Applies to
DmfException(String)
Base constructor
public DmfException (string message);
new Microsoft.SqlServer.Management.Dmf.DmfException : string -> Microsoft.SqlServer.Management.Dmf.DmfException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DmfException(SerializationInfo, StreamingContext)
Base constructor
protected DmfException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Dmf.DmfException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Dmf.DmfException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
DmfException(String, Exception)
Base constructor
public DmfException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.DmfException : string * Exception -> Microsoft.SqlServer.Management.Dmf.DmfException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception