Partager via


Constructeur NotInTransactionException (String)

Initializes a new instance of the NotInTransactionException class with the specified message text.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String

Dim instance As New NotInTransactionException(message)
public NotInTransactionException(
    string message
)
public:
NotInTransactionException(
    String^ message
)
new : 
        message:string -> NotInTransactionException
public function NotInTransactionException(
    message : String
)

Paramètres