C# 클래스 Miracle.FileZilla.Api.ApiException

상속: System.Exception
파일 보기 프로젝트 열기: PolarbearDK/Miracle.FileZilla.Api

공개 메소드들

메소드 설명
ApiException ( ) : System

Creates a new Exception.

ApiException ( string message ) : System

Creates a new Exception.

ApiException ( string message, Exception inner ) : System

Creates a new Exception.

보호된 메소드들

메소드 설명
ApiException ( SerializationInfo info, StreamingContext context ) : System

Creates a new Exception.

메소드 상세

ApiException() 공개 메소드

Creates a new Exception.
public ApiException ( ) : System
리턴 System

ApiException() 보호된 메소드

Creates a new Exception.
protected ApiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ApiException() 공개 메소드

Creates a new Exception.
public ApiException ( string message ) : System
message string
리턴 System

ApiException() 공개 메소드

Creates a new Exception.
public ApiException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System