C# 클래스 PathLib.InvalidPathException

An invalid path was specified.
상속: System.ArgumentException
파일 보기 프로젝트 열기: nemec/pathlib

공개 메소드들

메소드 설명
InvalidPathException ( string path, string message ) : System

An invalid path was specified.

메소드 상세

InvalidPathException() 공개 메소드

An invalid path was specified.
public InvalidPathException ( string path, string message ) : System
path string
message string
리턴 System