SfcEmptyXmlException 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
SfcEmptyXmlException() | |
SfcEmptyXmlException(String) | |
SfcEmptyXmlException(String, Exception) |
SfcEmptyXmlException()
public SfcEmptyXmlException ();
Public Sub New ()
Applies to
SfcEmptyXmlException(String)
public SfcEmptyXmlException (string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SfcEmptyXmlException(String, Exception)
public SfcEmptyXmlException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception