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