C# 클래스 ZocMonLib.ExceptionExtension

파일 보기 프로젝트 열기: Zocdoc/ZocMon

공개 메소드들

메소드 설명
ThrowIfNaN ( this value, string name ) : void
ThrowIfNull ( this value, string name ) : void

메소드 상세

ThrowIfNaN() 공개 정적인 메소드

public static ThrowIfNaN ( this value, string name ) : void
value this
name string
리턴 void

ThrowIfNull() 공개 정적인 메소드

public static ThrowIfNull ( this value, string name ) : void
value this
name string
리턴 void