C# 클래스 TypeScriptBundleTransform.TypeScriptTransformer.ErrorHandler

파일 보기 프로젝트 열기: wouterdevinck/TypeScript-BundleTransform

공개 메소드들

메소드 설명
ErrorHandler ( bool throwException ) : System
OnError ( string message ) : void

메소드 상세

ErrorHandler() 공개 메소드

public ErrorHandler ( bool throwException ) : System
throwException bool
리턴 System

OnError() 공개 메소드

public OnError ( string message ) : void
message string
리턴 void