Zetbox.API.FKViolationExceptionMessage.ToException C# (CSharp) Method

ToException() public method

public ToException ( ) : ZetboxContextErrorException
return ZetboxContextErrorException
        public override ZetboxContextErrorException ToException()
        {
            return new FKViolationException(Message, Details);
        }