public IExceptionOccurrence Copy()
        {
            var exception = new SqlExceptionOccurrence();

            exception.CopyFrom(this);
            return(exception);
        }
		public IExceptionOccurrence Copy()
		{
			var exception = new SqlExceptionOccurrence();
			exception.CopyFrom(this);
			return exception;
		}