Ejemplo n.º 1
0
 public ModuleLoadExceptionHandlerException(string message, System.Exception innerException, System.Exception nestedException)
     : base(message, innerException)
 {
     this.NestedException = nestedException;
 }
 public ModuleLoadExceptionHandlerException(string message, System.Exception innerException, System.Exception nestedException) : base(message, innerException)
 {
     this.NestedException = nestedException;
 }
Ejemplo n.º 3
0
 protected ModuleLoadExceptionHandlerException(SerializationInfo info, StreamingContext context)
     : base(info, context)
 {
     this.NestedException = (System.Exception)info.GetValue("NestedException", typeof(System.Exception));
 }
 protected ModuleLoadExceptionHandlerException(SerializationInfo info, StreamingContext context) : base(info, context)
 {
     this.NestedException = (System.Exception) info.GetValue("NestedException", typeof(System.Exception));
 }