Пример #1
0
 internal GeneratorError(GeneratorErrorType generatorErrorType)
 {
     this.Type = generatorErrorType;
 }
Пример #2
0
 internal GeneratorError(IArgumentInfo argumentInfo, GeneratorErrorType generatorErrorType)
 {
     this.Type         = generatorErrorType;
     this.ArgumentInfo = argumentInfo;
 }