메시지와 이전 예외에서 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
이 예외 이전에 발생한 예외입니다.