CmdLineExceptionとは? わかりやすく解説

CmdLineException クラス

名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文構文

<SerializableAttribute> _
Public Class CmdLineException
    Inherits Exception
Dim instance As CmdLineException
[SerializableAttribute] 
public class CmdLineException : Exception
[SerializableAttribute] 
public ref class CmdLineException : public
 Exception
/** @attribute SerializableAttribute() */ 
public class CmdLineException extends Exception
SerializableAttribute 
public class CmdLineException extends
 Exception
継承階層継承階層
System.Object
   System.Exception
    Microsoft.JScript.CmdLineException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

CmdLineException コンストラクタ ()


CmdLineException コンストラクタ (CmdLineError, String, CultureInfo)

名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文構文

Public Sub New ( _
    errorCode As CmdLineError, _
    context As String, _
    culture As CultureInfo _
)
Dim errorCode As CmdLineError
Dim context As String
Dim culture As CultureInfo

Dim instance As New CmdLineException(errorCode,
 context, culture)
public CmdLineException (
    CmdLineError errorCode,
    string context,
    CultureInfo culture
)
public:
CmdLineException (
    CmdLineError errorCode, 
    String^ context, 
    CultureInfo^ culture
)
public CmdLineException (
    CmdLineError errorCode, 
    String context, 
    CultureInfo culture
)
public function CmdLineException (
    errorCode : CmdLineError, 
    context : String, 
    culture : CultureInfo
)

パラメータ

errorCode
context
culture
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.01.11.0
参照参照

関連項目

CmdLineException クラス
CmdLineException メンバ
Microsoft.JScript 名前空間

CmdLineException コンストラクタ (CmdLineError, CultureInfo)

名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文構文

Public Sub New ( _
    errorCode As CmdLineError, _
    culture As CultureInfo _
)
Dim errorCode As CmdLineError
Dim culture As CultureInfo

Dim instance As New CmdLineException(errorCode,
 culture)
public CmdLineException (
    CmdLineError errorCode,
    CultureInfo culture
)
public:
CmdLineException (
    CmdLineError errorCode, 
    CultureInfo^ culture
)
public CmdLineException (
    CmdLineError errorCode, 
    CultureInfo culture
)
public function CmdLineException (
    errorCode : CmdLineError, 
    culture : CultureInfo
)

パラメータ

errorCode
culture
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.01.11.0
参照参照

関連項目

CmdLineException クラス
CmdLineException メンバ
Microsoft.JScript 名前空間

CmdLineException コンストラクタ


オーバーロードの一覧オーバーロードの一覧

名前 説明
CmdLineException ()  
CmdLineException (String)  
CmdLineException (CmdLineError, CultureInfo)  
CmdLineException (SerializationInfo, StreamingContext)  
CmdLineException (String, Exception)  
CmdLineException (CmdLineError, String, CultureInfo)  
参照参照

関連項目

CmdLineException クラス
CmdLineException メンバ
Microsoft.JScript 名前空間

CmdLineException コンストラクタ (String)


CmdLineException コンストラクタ (SerializationInfo, StreamingContext)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文構文

Protected Sub New ( _
    s As SerializationInfo, _
    c As StreamingContext _
)
Dim s As SerializationInfo
Dim c As StreamingContext

Dim instance As New CmdLineException(s,
 c)
protected CmdLineException (
    SerializationInfo s,
    StreamingContext c
)
protected:
CmdLineException (
    SerializationInfo^ s, 
    StreamingContext c
)
protected CmdLineException (
    SerializationInfo s, 
    StreamingContext c
)
protected function CmdLineException (
    s : SerializationInfo, 
    c : StreamingContext
)

パラメータ

s
c
プラットフォームプラットフォーム
バージョン情報バージョン情報

.NET Framework

サポート対象 : 2.0
参照参照

関連項目

CmdLineException クラス
CmdLineException メンバ
Microsoft.JScript 名前空間

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


CmdLineException プロパティ


CmdLineException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

CmdLineException クラス
Microsoft.JScript 名前空間

CmdLineException メンバ

CmdLineException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド CmdLineException オーバーロードされます。  
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

CmdLineException クラス
Microsoft.JScript 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からCmdLineExceptionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からCmdLineExceptionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からCmdLineException を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CmdLineException」の関連用語

CmdLineExceptionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CmdLineExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS