C# 클래스 FlickrNet.ResponseXmlException

상속: FlickrException
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
ResponseXmlException ( ) : System

Initializes a new instance of the ResponseXmlException class.

ResponseXmlException ( string message ) : System

Initializes a new instance of the ResponseXmlException class with a specified error message.

ResponseXmlException ( string message, Exception innerException ) : System

Initializes a new instance of the ResponseXmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.

메소드 상세

ResponseXmlException() 공개 메소드

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

ResponseXmlException() 공개 메소드

Initializes a new instance of the ResponseXmlException class with a specified error message.
public ResponseXmlException ( string message ) : System
message string
리턴 System

ResponseXmlException() 공개 메소드

Initializes a new instance of the ResponseXmlException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ResponseXmlException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System