在分析序列化格式不成功时引发的异常。
继承层次结构
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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。