Example #1
0
 public LinkerException(Linker linker, string message, Exception inner) : base(message, inner)
 {
     this.linker = linker;
 }
Example #2
0
 public LinkerException(Linker linker, string message) : base(message)
 {
     this.linker = linker;
 }