メッセージから 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
例外についてのメッセージ。