다음을 통해 공유


RegisteredServerException 생성자 (String, Exception)

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

구문

‘선언
Public Sub New ( _
    message As String, _
    previous As Exception _
)
‘사용 방법
Dim message As String
Dim previous As Exception

Dim instance As New RegisteredServerException(message, _
    previous)
public RegisteredServerException(
    string message,
    Exception previous
)
public:
RegisteredServerException(
    String^ message, 
    Exception^ previous
)
new : 
        message:string * 
        previous:Exception -> RegisteredServerException
public function RegisteredServerException(
    message : String, 
    previous : Exception
)

매개 변수