C# 클래스 Metanga.SoftwareDevelopmentKit.MetangaAggregateException

상속: Metanga.SoftwareDevelopmentKit.Rest.MetangaException
파일 보기 프로젝트 열기: MetangaSDK/Metanga-RESTful-SDK

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

GetObjectData

MetangaAggregateException ( ) : System

Default constructor

MetangaAggregateException ( string message ) : System

Creates an exception with an error message

MetangaAggregateException ( string message, Exception inner ) : System

Creates an exception with an error message and inner exception

MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System

보호된 메소드들

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

This constructor is required for serialization

메소드 상세

GetObjectData() 공개 메소드

GetObjectData
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

MetangaAggregateException() 공개 메소드

Default constructor
public MetangaAggregateException ( ) : System
리턴 System

MetangaAggregateException() 보호된 메소드

This constructor is required for serialization
protected MetangaAggregateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Contains all the data needed to serialize and deserialize an object
context System.Runtime.Serialization.StreamingContext Describes the source and destination of a given serialized stream, and provides an additional caller-defined context
리턴 System

MetangaAggregateException() 공개 메소드

Creates an exception with an error message
public MetangaAggregateException ( string message ) : System
message string The error message that explains the reason for the exception
리턴 System

MetangaAggregateException() 공개 메소드

Creates an exception with an error message and inner exception
public MetangaAggregateException ( string message, Exception inner ) : System
message string The error message that explains the reason for the exception
inner System.Exception The exception that is the cause of the current exception
리턴 System

MetangaAggregateException() 공개 메소드

public MetangaAggregateException ( string message, System.Guid errorId, IEnumerable innerErrors ) : System
message string
errorId System.Guid
innerErrors IEnumerable
리턴 System