다음을 통해 공유


TechnologyNotSupportedException 생성자 (SerializationInfo, StreamingContext)

deserialization에 대한 TechnologyNotSupportedException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Extension
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TechnologyNotSupportedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TechnologyNotSupportedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TechnologyNotSupportedException
protected function TechnologyNotSupportedException(
    info : SerializationInfo, 
    context : StreamingContext
)

매개 변수

.NET Framework 보안

참고 항목

참조

TechnologyNotSupportedException 클래스

TechnologyNotSupportedException 오버로드

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스

SerializationInfo

StreamingContext