C# 클래스 Pomona.Common.Loading.LazyLoadingDisabledException

상속: LoadException
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
LazyLoadingDisabledException ( string message, Exception innerException ) : System
LazyLoadingDisabledException ( string uri, Type type ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
LazyLoadingDisabledException ( string resourcePath, LoadException innerException ) : System

메소드 상세

LazyLoadingDisabledException() 보호된 메소드

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

LazyLoadingDisabledException() 공개 메소드

public LazyLoadingDisabledException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

LazyLoadingDisabledException() 공개 메소드

public LazyLoadingDisabledException ( string uri, Type type ) : System
uri string
type System.Type
리턴 System