다음을 통해 공유


RegisteredServerException 생성자 (String, Exception)

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)

구문

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

매개 변수

  • message
    유형: System.String
    A String value that specifies the message string for the Registered Server exception.
  • previous
    유형: System.Exception
    An Exception object that specifies the inner exception for the Registered Server exception.

참고 항목

참조

RegisteredServerException 클래스

RegisteredServerException 오버로드

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