C# 클래스 Testeroids.Aspects.ErrorService

Manage the error returned by Aspects CompileTimeValidate method.
파일 보기 프로젝트 열기: Testeroids/Testeroids

공개 메소드들

메소드 설명
RaiseError ( Type aspectType, MethodBase verifiedMethod, string message ) : bool

Raise the error returned by Aspects CompileTimeValidate method.

RaiseError ( Type aspectType, Type verifiedClassType, string message ) : bool

Raise the error returned by Aspects CompileTimeValidate method.

메소드 상세

RaiseError() 공개 정적인 메소드

Raise the error returned by Aspects CompileTimeValidate method.
public static RaiseError ( Type aspectType, MethodBase verifiedMethod, string message ) : bool
aspectType System.Type The Aspect Class Type that raise the error.
verifiedMethod System.Reflection.MethodBase The class Type given to the CompileTimeValidate method.
message string The message to give explaining the error.
리턴 bool

RaiseError() 공개 정적인 메소드

Raise the error returned by Aspects CompileTimeValidate method.
public static RaiseError ( Type aspectType, Type verifiedClassType, string message ) : bool
aspectType System.Type The Aspect Class Type that raise the error.
verifiedClassType System.Type The class Type given to the CompileTimeValidate method.
message string The message to give explaining the error.
리턴 bool