ParseErrorException クラス
シリアル化形式の解析に失敗したときにスローされる例外。
継承階層
System.Object
System.Exception
System.Spatial.ParseErrorException
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
<SerializableAttribute> _
Public Class ParseErrorException _
Inherits Exception
'使用
Dim instance As ParseErrorException
[SerializableAttribute]
public class ParseErrorException : Exception
[SerializableAttribute]
public ref class ParseErrorException : public Exception
[<SerializableAttribute>]
type ParseErrorException =
class
inherit Exception
end
public class ParseErrorException extends Exception
ParseErrorException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ParseErrorException() | ParseErrorException クラスの新しいインスタンスを作成します。 | |
ParseErrorException(String) | メッセージから ParseErrorException クラスの新しいインスタンスを作成します。 | |
ParseErrorException(SerializationInfo, StreamingContext) | シリアル化したデータから、ParseErrorException クラスの新しいインスタンスを作成します。 | |
ParseErrorException(String, Exception) | メッセージと以前の例外から ParseErrorException クラスの新しいインスタンスを作成します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。