C# Class TypeScriptBundleTransform.TypeScriptTransformer.ErrorHandler

Mostra file Open project: wouterdevinck/TypeScript-BundleTransform

Public Methods

Method Description
ErrorHandler ( bool throwException ) : System
OnError ( string message ) : void

Method Details

ErrorHandler() public method

public ErrorHandler ( bool throwException ) : System
throwException bool
return System

OnError() public method

public OnError ( string message ) : void
message string
return void