C# 클래스 ChannelAdvisorAccess.Exceptions.ChannelAdvisorException

상속: System.Exception
파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess 1 사용 예제들

공개 메소드들

메소드 설명
ChannelAdvisorException ( int code, string message ) : System
ChannelAdvisorException ( string message ) : System
ChannelAdvisorException ( string message, Exception exception ) : System
ToString ( ) : string

Returns a that represents the current .

메소드 상세

ChannelAdvisorException() 공개 메소드

public ChannelAdvisorException ( int code, string message ) : System
code int
message string
리턴 System

ChannelAdvisorException() 공개 메소드

public ChannelAdvisorException ( string message ) : System
message string
리턴 System

ChannelAdvisorException() 공개 메소드

public ChannelAdvisorException ( string message, Exception exception ) : System
message string
exception System.Exception
리턴 System

ToString() 공개 메소드

Returns a that represents the current .
public ToString ( ) : string
리턴 string