다음을 통해 공유


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
)

매개 변수

  • message
    유형: System.String
    예외에 대한 메시지입니다.

참고 항목

참조

ParseErrorException 클래스

ParseErrorException 오버로드

System.Spatial 네임스페이스