ParseErrorException 构造函数 (String)

利用消息创建 ParseErrorException 类的新实例。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String

Dim instance As New ParseErrorException(message)
public ParseErrorException(
    string message
)
public:
ParseErrorException(
    String^ message
)
new : 
        message:string -> ParseErrorException
public function ParseErrorException(
    message : String
)

参数

请参阅

参考

ParseErrorException 类

ParseErrorException 重载

System.Spatial 命名空间