C# Class openABAP.Compiler.CompilerError

Inheritance: System.Exception
Afficher le fichier Open project: bi-tm/openABAP

Méthodes publiques

Méthode Description
CompilerError ( ) : System
CompilerError ( string message ) : System
CompilerError ( string message, System inner ) : System

Method Details

CompilerError() public méthode

public CompilerError ( ) : System
Résultat System

CompilerError() public méthode

public CompilerError ( string message ) : System
message string
Résultat System

CompilerError() public méthode

public CompilerError ( string message, System inner ) : System
message string
inner System
Résultat System