XBinder C# Runtime Library  2.8
Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBFractionDigitsVioException Class Reference

XBFractionDigitsVioException is thrown when the fractionDigits constraint is violated. More...

Inheritance diagram for com.objsys.xbinder.runtime.XBFractionDigitsVioException:
com.objsys.xbinder.runtime.XBConsVioException com.objsys.xbinder.runtime.XBValidationException com.objsys.xbinder.runtime.XBException

Public Member Functions

 XBFractionDigitsVioException (System.Decimal value_Renamed)
 Creates exception object with standard message: "value of <value> violates fractionDigits constraint." More...
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBConsVioException
 XBConsVioException (System.String message)
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBValidationException
 XBValidationException (System.String message)
 
 XBValidationException (System.String message, System.Exception cause)
 
 XBValidationException (System.Exception cause)
 
- Public Member Functions inherited from com.objsys.xbinder.runtime.XBException
 XBException (System.String message)
 This constructor passes the given message text to the superclass. More...
 
 XBException (System.String message, System.Exception cause)
 
 XBException (System.Exception cause)
 

Detailed Description

XBFractionDigitsVioException is thrown when the fractionDigits constraint is violated.

Constructor & Destructor Documentation

◆ XBFractionDigitsVioException()

com.objsys.xbinder.runtime.XBFractionDigitsVioException.XBFractionDigitsVioException ( System.Decimal  value_Renamed)

Creates exception object with standard message: "value of <value> violates fractionDigits constraint."