public UnmappedItemException (string message, Exception innerException)
     : base (message, innerException)
 {
   _state = new UnmappedItemExceptionState();
   SerializeObjectState += (exception, eventArgs) => eventArgs.AddSerializedState (_state);
 }
Example #2
0
 public UnmappedItemException(string message, Exception innerException)
     : base(message, innerException)
 {
     _state = new UnmappedItemExceptionState();
     SerializeObjectState += (exception, eventArgs) => eventArgs.AddSerializedState(_state);
 }