NotInTransactionException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| NotInTransactionException() | |
| NotInTransactionException(String) | |
| NotInTransactionException(String, Exception) |
NotInTransactionException()
public NotInTransactionException();
Public Sub New ()
Gilt für:
NotInTransactionException(String)
public NotInTransactionException(string message);
new Microsoft.SqlServer.Management.Common.NotInTransactionException : string -> Microsoft.SqlServer.Management.Common.NotInTransactionException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
NotInTransactionException(String, Exception)
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)
Parameter
- message
- String
- innerException
- Exception