C# 클래스 FluentAssert.Exceptions.AssertionException

상속: System.Exception
파일 보기 프로젝트 열기: mvbalaw/FluentAssert

공개 메소드들

메소드 설명
AssertionException ( Exception exception ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AssertionException ( string errorMessage ) : System
AssertionException ( string errorMessage, Exception innerException ) : System

메소드 상세

AssertionException() 공개 메소드

public AssertionException ( Exception exception ) : System
exception System.Exception
리턴 System

AssertionException() 보호된 메소드

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