Condividi tramite


Costruttore SmoException (SerializationInfo, StreamingContext)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Utilizzo
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
)

Parametri

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

SmoException Classe

Overload SmoException

Spazio dei nomi Microsoft.SqlServer.Management.Smo