C# 클래스 ChannelAdvisorAccess.Services.Shipping.MarkOrderShippedException

상속: System.Exception
파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess

공개 메소드들

메소드 설명
MarkOrderShippedException ( ) : System
MarkOrderShippedException ( string message ) : System
MarkOrderShippedException ( string message, Exception inner ) : System
MarkOrderShippedException ( string orderId, string accountId, string carrier, string @class, string trackingNumber ) : System
MarkOrderShippedException ( string orderId, string accountId, string carrier, string @class, string trackingNumber, Exception inner ) : System

보호된 메소드들

메소드 설명
MarkOrderShippedException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
GenerateMessage ( string id, string accountId, string carrier, string @class, string trackingNumber ) : string

메소드 상세

MarkOrderShippedException() 공개 메소드

public MarkOrderShippedException ( ) : System
리턴 System

MarkOrderShippedException() 보호된 메소드

protected MarkOrderShippedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

MarkOrderShippedException() 공개 메소드

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

MarkOrderShippedException() 공개 메소드

public MarkOrderShippedException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System

MarkOrderShippedException() 공개 메소드

public MarkOrderShippedException ( string orderId, string accountId, string carrier, string @class, string trackingNumber ) : System
orderId string
accountId string
carrier string
@class string
trackingNumber string
리턴 System

MarkOrderShippedException() 공개 메소드

public MarkOrderShippedException ( string orderId, string accountId, string carrier, string @class, string trackingNumber, Exception inner ) : System
orderId string
accountId string
carrier string
@class string
trackingNumber string
inner System.Exception
리턴 System