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