ParseErrorException コンストラクター (String, Exception)
メッセージと以前の例外から ParseErrorException クラスの新しいインスタンスを作成します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New ParseErrorException(message, _
innerException)
public ParseErrorException(
string message,
Exception innerException
)
public:
ParseErrorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ParseErrorException
public function ParseErrorException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
例外についてのメッセージ。
- innerException
型: System.Exception
前回の例外。