C# Class DslConfig.Events.CompilationErrorEventArgs

EventArgs for errors and exceptions in DslConfig.NET
Inheritance: System.EventArgs
Datei anzeigen Open project: johannes-brunner/DslConfig

Public Methods

Method Description
CompilationErrorEventArgs ( Exception ex ) : System

Method Details

CompilationErrorEventArgs() public method

public CompilationErrorEventArgs ( Exception ex ) : System
ex System.Exception
return System