C# 클래스 NodaTime.Text.InvalidPatternException

상속: FormatException
파일 보기 프로젝트 열기: jskeet/nodatime

공개 메소드들

메소드 설명
InvalidPatternException ( ) : NodaTime.Annotations

Creates a new InvalidPatternException with the default FormatException message.

InvalidPatternException ( string message ) : NodaTime.Annotations

Creates a new InvalidPatternException with the given message.

메소드 상세

InvalidPatternException() 공개 메소드

Creates a new InvalidPatternException with the default FormatException message.
public InvalidPatternException ( ) : NodaTime.Annotations
리턴 NodaTime.Annotations

InvalidPatternException() 공개 메소드

Creates a new InvalidPatternException with the given message.
public InvalidPatternException ( string message ) : NodaTime.Annotations
message string A message describing the nature of the failure
리턴 NodaTime.Annotations