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

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

공개 메소드들

메소드 설명
AspectAnnotationException ( Exception innerException ) : System
AspectAnnotationException ( string message = null ) : System
AspectAnnotationException ( string message, Exception innerException ) : System
AspectAnnotationException ( string parameterName, string message = null ) : System

보호된 메소드들

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

메소드 상세

AspectAnnotationException() 공개 메소드

public AspectAnnotationException ( Exception innerException ) : System
innerException System.Exception
리턴 System

AspectAnnotationException() 보호된 메소드

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

AspectAnnotationException() 공개 메소드

public AspectAnnotationException ( string message = null ) : System
message string
리턴 System

AspectAnnotationException() 공개 메소드

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

AspectAnnotationException() 공개 메소드

public AspectAnnotationException ( string parameterName, string message = null ) : System
parameterName string
message string
리턴 System