C# 클래스 NCop.Aspects.Exceptions.AspectBuilderNotFoundException

상속: System.SystemException, ISerializable
파일 보기 프로젝트 열기: sagifogel/NCop

공개 메소드들

메소드 설명
AspectBuilderNotFoundException ( Type aspectType ) : System
AspectBuilderNotFoundException ( string message ) : System
AspectBuilderNotFoundException ( string message, Exception innerException ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

보호된 메소드들

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

메소드 상세

AspectBuilderNotFoundException() 보호된 메소드

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

AspectBuilderNotFoundException() 공개 메소드

public AspectBuilderNotFoundException ( Type aspectType ) : System
aspectType System.Type
리턴 System

AspectBuilderNotFoundException() 공개 메소드

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

AspectBuilderNotFoundException() 공개 메소드

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

GetObjectData() 공개 메소드

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