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