C# 클래스 numl.Model.DescriptorException

Descriptor Exception.
상속: System.Exception
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
DescriptorException ( ) : System

Default constructor.

DescriptorException ( string message ) : System

Specialised constructor for use only by derived classes.

DescriptorException ( string message, Exception innerException ) : System

Specialised constructor for use only by derived classes.

메소드 상세

DescriptorException() 공개 메소드

Default constructor.
public DescriptorException ( ) : System
리턴 System

DescriptorException() 공개 메소드

Specialised constructor for use only by derived classes.
public DescriptorException ( string message ) : System
message string The message.
리턴 System

DescriptorException() 공개 메소드

Specialised constructor for use only by derived classes.
public DescriptorException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System