C# 클래스 Inazuma.PetitClr.Core.ThrowHelper

파일 보기 프로젝트 열기: mayuki/Inazuma

공개 프로퍼티들

프로퍼티 타입 설명
NotImplementedByDesign System.NotImplementedException
NotImplementedYet System.NotImplementedException

공개 메소드들

메소드 설명
ComPlusThrow ( Exception exception ) : void
VerificationError ( string message ) : void

메소드 상세

ComPlusThrow() 공개 정적인 메소드

public static ComPlusThrow ( Exception exception ) : void
exception System.Exception
리턴 void

VerificationError() 공개 정적인 메소드

public static VerificationError ( string message ) : void
message string
리턴 void

프로퍼티 상세

NotImplementedByDesign 공개적으로 정적으로 프로퍼티

public static NotImplementedException,System NotImplementedByDesign
리턴 System.NotImplementedException

NotImplementedYet 공개적으로 정적으로 프로퍼티

public static NotImplementedException,System NotImplementedYet
리턴 System.NotImplementedException