Ejemplo n.º 1
0
 internal GeneratorError(GeneratorErrorType generatorErrorType)
 {
     this.Type = generatorErrorType;
 }
Ejemplo n.º 2
0
 internal GeneratorError(IArgumentInfo argumentInfo, GeneratorErrorType generatorErrorType)
 {
     this.Type         = generatorErrorType;
     this.ArgumentInfo = argumentInfo;
 }