InnerException プロパティ
現在の例外の原因になった例外インスタンスを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property InnerException As Exception
Get
'使用
Dim instance As ScriptingErrorEventArgs
Dim value As Exception
value = instance.InnerException
public Exception InnerException { get; }
public:
property Exception^ InnerException {
Exception^ get ();
}
member InnerException : Exception
function get InnerException () : Exception
プロパティ値
型: System. . :: . .Exception
現在の例外の原因になった例外インスタンスを示す Exception システム オブジェクトの値です。