ReplicationAgentContainerWithWatsonException 생성자 (String, Exception)

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

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

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

구문

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

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

매개 변수

참고 항목

참조

ReplicationAgentContainerWithWatsonException 클래스

ReplicationAgentContainerWithWatsonException 오버로드

Microsoft.SqlServer.Replication 네임스페이스