從訊息建立 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
)
參數
- message
型別:System.String
例外狀況的相關訊息。