Partilhar via


Construtor InternalException (SerializationInfo, StreamingContext)

Inicializa uma nova instância da InternalException classe usando o contexto e as informações fornecidas.

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected InternalException(
    SerializationInfo info,
    StreamingContext context
)
protected:
InternalException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> InternalException
protected function InternalException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

InternalException Classe

Sobrecargas InternalException

Namespace Microsoft.VisualStudio.TestTools.Exceptions

SerializationInfo

StreamingContext