C# Class openABAP.Compiler.CompilerError

Inheritance: System.Exception
Mostrar archivo Open project: bi-tm/openABAP

Public Methods

Method Description
CompilerError ( ) : System
CompilerError ( string message ) : System
CompilerError ( string message, System inner ) : System

Method Details

CompilerError() public method

public CompilerError ( ) : System
return System

CompilerError() public method

public CompilerError ( string message ) : System
message string
return System

CompilerError() public method

public CompilerError ( string message, System inner ) : System
message string
inner System
return System