C# Class EngageNet.Exceptions.MappingExistsException

Inheritance: EngageNet.Exceptions.ResponseException
ファイルを表示 Open project: troygoode/EngageNet

Public Methods

Method Description
MappingExistsException ( ) : System
MappingExistsException ( int errorCode, string message ) : System
MappingExistsException ( int errorCode, string message, Exception inner ) : System

Method Details

MappingExistsException() public method

public MappingExistsException ( ) : System
return System

MappingExistsException() public method

public MappingExistsException ( int errorCode, string message ) : System
errorCode int
message string
return System

MappingExistsException() public method

public MappingExistsException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
return System