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