C# 클래스 Oditel.Cirqus.Models.BaseContext.Exceptions.LoadingFailedException

상속: ActionFailedException
파일 보기 프로젝트 열기: SamuelDebruyn/AD5-Cirqus-demo

공개 메소드들

메소드 설명
LoadingFailedException ( System.Guid id, Type type ) : System

보호된 메소드들

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

메소드 상세

LoadingFailedException() 공개 메소드

public LoadingFailedException ( System.Guid id, Type type ) : System
id System.Guid
type System.Type
리턴 System

LoadingFailedException() 보호된 메소드

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