C# Class ImgurNet.Exceptions.ImgurResponseFailedException

Inheritance: System.Exception
显示文件 Open project: 0xdeafcafe/ImgurNet

Public Properties

Property Type Description
ImgurResponse ImgurResponse

Public Methods

Method Description
ImgurResponseFailedException ( ImgurResponse imgurResponse, string message ) : System
ImgurResponseFailedException ( ImgurResponse imgurResponse, string message, Exception innerException ) : System
ImgurResponseFailedException ( string message ) : System
ImgurResponseFailedException ( string message, Exception innerException ) : System

Method Details

ImgurResponseFailedException() public method

public ImgurResponseFailedException ( ImgurResponse imgurResponse, string message ) : System
imgurResponse ImgurResponse
message string
return System

ImgurResponseFailedException() public method

public ImgurResponseFailedException ( ImgurResponse imgurResponse, string message, Exception innerException ) : System
imgurResponse ImgurResponse
message string
innerException System.Exception
return System

ImgurResponseFailedException() public method

public ImgurResponseFailedException ( string message ) : System
message string
return System

ImgurResponseFailedException() public method

public ImgurResponseFailedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

Property Details

ImgurResponse public_oe property

public ImgurResponse ImgurResponse
return ImgurResponse