C# 클래스 EngageNet.Exceptions.MappingExistsException

상속: EngageNet.Exceptions.ResponseException
파일 보기 프로젝트 열기: troygoode/EngageNet

공개 메소드들

메소드 설명
MappingExistsException ( ) : System
MappingExistsException ( int errorCode, string message ) : System
MappingExistsException ( int errorCode, string message, Exception inner ) : System

메소드 상세

MappingExistsException() 공개 메소드

public MappingExistsException ( ) : System
리턴 System

MappingExistsException() 공개 메소드

public MappingExistsException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

MappingExistsException() 공개 메소드

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