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