Share via


Constructeur SmoException (SerializationInfo, StreamingContext)

Initializes a new instance of the SmoException class with the specified serialization information and streaming context.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Utilisation
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SmoException(info, context)
protected SmoException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SmoException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SmoException
protected function SmoException(
    info : SerializationInfo, 
    context : StreamingContext
)

Paramètres