Example #1
0
 public FileReadException(FileReadExceptionState fileReadExceptionState)
 {
     new FileReadException(fileReadExceptionState, null);
 }
Example #2
0
 public FileReadException(FileReadExceptionState fileReadExceptionState, Exception innerException)
 {
     this.fileReadExceptionState = fileReadExceptionState;
     this.innerException         = innerException;
 }