SqlServerManagementException 생성자 (SerializationInfo, StreamingContext)

지정한 직렬화 정보와 스트리밍 컨텍스트를 포함하는 SqlServerManagementException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
‘사용 방법
Dim info As SerializationInfo 
Dim context As StreamingContext 

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

매개 변수

  • info
    유형: SerializationInfo
    예외에 연결된 직렬화 정보를 지정하는 SerializationInfo 시스템 개체 값입니다.
  • context
    유형: StreamingContext
    예외에 연결된 스트리밍 컨텍스트를 지정하는 StreamingContext 시스템 개체 값입니다.

참고 항목

참조

SqlServerManagementException 클래스

SqlServerManagementException 오버로드

Microsoft.SqlServer.Management.Common 네임스페이스