public InvalidPatchException(PatchErrorCode code, ISnPatch patch, string message, Exception inner) : base(message, inner) { ErrorCode = code; Patch = patch; }
public InvalidPatchException(PatchErrorCode code, ISnPatch patch) { ErrorCode = code; Patch = patch; }