CheckoutException クラスとは? わかりやすく解説

CheckoutException クラス

ソース コード管理プログラムチェックインされているファイルチェックアウトキャンセルするか、チェックアウト失敗した場合スローされる例外

名前空間: System.ComponentModel.Design
アセンブリ: System (system.dll 内)
構文構文

<SerializableAttribute> _
Public Class CheckoutException
    Inherits ExternalException
Dim instance As CheckoutException
[SerializableAttribute] 
public class CheckoutException : ExternalException
[SerializableAttribute] 
public ref class CheckoutException : public
 ExternalException
/** @attribute SerializableAttribute() */ 
public class CheckoutException extends ExternalException
SerializableAttribute 
public class CheckoutException extends
 ExternalException
解説解説
使用例使用例

CheckoutExceptionスローする例を次に示します

' Throws a checkout exception with a message and error code.
Throw New CheckoutException("This
 is an example exception", 0)
// Throws a checkout exception with a message and error code.
throw new CheckoutException("This is an example exception",
 0);
// Throws a checkout exception with a message and error code.
throw gcnew CheckoutException( "This is an example exception", 0 );
// Throws a checkout exception with a message and error code.
throw new CheckoutException("This is an example exception",
 0);
継承階層継承階層
System.Object
   System.Exception
     System.SystemException
       System.Runtime.InteropServices.ExternalException
        System.ComponentModel.Design.CheckoutException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CheckoutException メンバ
System.ComponentModel.Design 名前空間



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

辞書ショートカット

すべての辞書の索引

「CheckoutException クラス」の関連用語

CheckoutException クラスのお隣キーワード
検索ランキング

   

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



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

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

©2024 GRAS Group, Inc.RSS