RegisteredServerException 생성자 (SerializationInfo, StreamingContext)

Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.

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

구문

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

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

매개 변수

참고 항목

참조

RegisteredServerException 클래스

RegisteredServerException 오버로드

Microsoft.SqlServer.Management.Smo.RegSvrEnum 네임스페이스