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