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