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

XBTotalDigitsVioException is thrown when the totalDigits constraint is violated. More...

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

Public Member Functions

 XBTotalDigitsVioException (int value_Renamed)
 Creates exception object with standard message: "value of [value] violates totalDigits constraint." More...
 
 XBTotalDigitsVioException (long value_Renamed)
 Creates exception object with standard message: "value of [value] violates totalDigits constraint." More...
 
 XBTotalDigitsVioException (System.Decimal value_Renamed)
 Creates exception object with standard message: "value of [value] violates totalDigits 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

XBTotalDigitsVioException is thrown when the totalDigits constraint is violated.

Constructor & Destructor Documentation

◆ XBTotalDigitsVioException() [1/3]

com.objsys.xbinder.runtime.XBTotalDigitsVioException.XBTotalDigitsVioException ( int  value_Renamed)

Creates exception object with standard message: "value of [value] violates totalDigits constraint."

◆ XBTotalDigitsVioException() [2/3]

com.objsys.xbinder.runtime.XBTotalDigitsVioException.XBTotalDigitsVioException ( long  value_Renamed)

Creates exception object with standard message: "value of [value] violates totalDigits constraint."

◆ XBTotalDigitsVioException() [3/3]

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

Creates exception object with standard message: "value of [value] violates totalDigits constraint."