Share via


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

このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.Vsa
アセンブリ:  Microsoft.Vsa (Microsoft.Vsa.dll 内)

構文

'宣言
Public Sub New ( _
    error As VsaError, _
    message As String, _
    innerException As Exception _
)
public VsaException(
    VsaError error,
    string message,
    Exception innerException
)
public:
VsaException(
    VsaError error, 
    String^ message, 
    Exception^ innerException
)
new : 
        error:VsaError * 
        message:string * 
        innerException:Exception -> VsaException
public function VsaException(
    error : VsaError, 
    message : String, 
    innerException : Exception
)

パラメーター

  • message
    型 : String
  • innerException
    型 : Exception

参照

関連項目

VsaException クラス

VsaException オーバーロード

Microsoft.Vsa 名前空間