C# 클래스 SenseNet.ContentRepository.Storage.InvalidPathException

상속: System.Exception
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
InvalidPathException ( ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidPathException class.

보호된 메소드들

메소드 설명
InvalidPathException ( System info, System context ) : System

메소드 상세

InvalidPathException() 공개 메소드

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( ) : System
리턴 System

InvalidPathException() 보호된 메소드

protected InvalidPathException ( System info, System context ) : System
info System
context System
리턴 System

InvalidPathException() 공개 메소드

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message ) : System
message string The message.
리턴 System

InvalidPathException() 공개 메소드

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner exception.
리턴 System