ReplicationAgentContainerWithWatsonException 생성자 (String, Exception)
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: 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
)