C# 클래스 FdoToolbox.Core.UnsupportedException

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

공개 메소드들

메소드 설명
UnsupportedException ( ) : System

Initializes a new instance of the UnsupportedException class.

UnsupportedException ( string msg ) : System

Initializes a new instance of the UnsupportedException class.

UnsupportedException ( string msg, Exception inner ) : System

Initializes a new instance of the UnsupportedException class.

보호된 메소드들

메소드 설명
UnsupportedException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the UnsupportedException class.

메소드 상세

UnsupportedException() 공개 메소드

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

UnsupportedException() 보호된 메소드

Initializes a new instance of the UnsupportedException class.
protected UnsupportedException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
리턴 System

UnsupportedException() 공개 메소드

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

UnsupportedException() 공개 메소드

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