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