다음을 통해 공유


InternalException 생성자 (SerializationInfo, StreamingContext)

제공된 정보와 컨텍스트를 사용하여 InternalException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Exceptions
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
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
)

매개 변수

  • info
    형식: SerializationInfo

    예외에 대한 정보입니다.

  • context
    형식: StreamingContext

    예외의 소스 및 대상입니다.

.NET Framework 보안

참고 항목

참조

InternalException 클래스

InternalException 오버로드

Microsoft.VisualStudio.TestTools.Exceptions 네임스페이스

SerializationInfo

StreamingContext