NET.NetException
.NET 例外のエラー情報の取得
説明
NET.NetException
オブジェクトからの .NET エラーを扱うための情報を処理します。このクラスは MException
から派生します。
作成
入力引数
msgID
— メッセージ識別子
string スカラー | 文字ベクトル
メッセージ識別子。string または文字ベクトルとして指定します。
errMsg
— エラー メッセージ テキスト
string スカラー | 文字ベクトル
エラー メッセージ テキスト。string または文字ベクトルとして指定します。
netObj
— .NET オブジェクト
System.Exception
例外の原因となった .NET オブジェクト。System.Exception
オブジェクトとして指定します。
プロパティ
ExceptionObject
— エラーの原因となっているクラス
System.Exception
エラーの原因となっているクラス。System.Exception
オブジェクトとして指定します。
オブジェクト関数
MException
のオブジェクト関数を参照してください。
例
不明なアセンブリの読み込み
不明なアセンブリの読み込みを試行し、その後にエラー情報を表示します。
try NET.addAssembly('C:\Work\invalidfile.dll') catch e e.message; if(isa(e, 'NET.NetException')) eObj = e.ExceptionObject end end
ans = Message: Could not load file or assembly 'file:///C:\Work\invalidfile.dll' or one of its dependencies. The system cannot find the file specified. Source: mscorlib HelpLink: eObj = FileNotFoundException with properties: Message: [1x1 System.String] FileName: [1x1 System.String] FusionLog: [1x1 System.String] Data: [1x1 System.Collections.ListDictionaryInternal] InnerException: [] TargetSite: [1x1 System.Reflection.RuntimeMethodInfo] StackTrace: [1x1 System.String] HelpLink: [] Source: [1x1 System.String]
バージョン履歴
R2009b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)