C# Class Open.Core.Common.CodeGenerationException

Thrown when there is a problem generating code.
Inheritance: System.Exception
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
CodeGenerationException ( ) : System
CodeGenerationException ( string message ) : System
CodeGenerationException ( string message, Exception innerException ) : System

Method Details

CodeGenerationException() public méthode

public CodeGenerationException ( ) : System
Résultat System

CodeGenerationException() public méthode

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

CodeGenerationException() public méthode

public CodeGenerationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System