FciException コンストラクター (String, Exception)

指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、FciException クラスの新しいインスタンスを初期化します。

名前空間:  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 FciException(message, _
    innerException)
public FciException(
    string message,
    Exception innerException
)
public:
FciException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> FciException
public function FciException(
    message : String, 
    innerException : Exception
)

パラメーター

説明

次の表に、FciException のインスタンスに対するプロパティの初期値を示します。

プロパティ

InnerException

内部例外の参照です。

Message

エラー メッセージ文字列です。