C# Class Huddle.Clients.Exceptions.ConflictException

Inheritance: HuddleApiException
显示文件 Open project: Huddle/Huddle.RestClient

Public Methods

Method Description
ConflictException ( ApiResponse response ) : System
ConflictException ( string message ) : System
ConflictException ( string message, Exception innerException ) : System

Method Details

ConflictException() public method

public ConflictException ( ApiResponse response ) : System
response ApiResponse
return System

ConflictException() public method

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

ConflictException() public method

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