NotInTransactionException Construtores

Definição

Sobrecargas

NotInTransactionException()

public NotInTransactionException();
Public Sub New ()

Aplica-se a

NotInTransactionException(String)

public NotInTransactionException(string message);
new Microsoft.SqlServer.Management.Common.NotInTransactionException : string -> Microsoft.SqlServer.Management.Common.NotInTransactionException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

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)

Parâmetros

message
String
innerException
Exception

Aplica-se a