Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SqlServerManagementException class with the specified serialization information and streaming context.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New SqlServerManagementException(info, context)
protected SqlServerManagementException(
SerializationInfo info,
StreamingContext context
)
protected:
SqlServerManagementException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SqlServerManagementException
protected function SqlServerManagementException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- info
Typ: System.Runtime.Serialization.SerializationInfo
A SerializationInfo system object value that specifies the serialization information associated with the exception.
- context
Typ: System.Runtime.Serialization.StreamingContext
A StreamingContext system object value that specifies the streaming context associated with the exception.
Siehe auch
Verweis
SqlServerManagementException Klasse