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

XBValueVioException is thrown when a value range constraint is violated. More...

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

Public Member Functions

 XBValueVioException (int value_Renamed)
 Creates exception object with standard message: "value of <value> violates defined constraint." More...
 
 XBValueVioException (long value_Renamed)
 Creates exception object with standard message: "value of <value> violates defined constraint." More...
 
 XBValueVioException (float value_Renamed)
 Creates exception object with standard message: "value of <value> violates defined constraint." More...
 
 XBValueVioException (double value_Renamed)
 Creates exception object with standard message: "value of <value> violates defined constraint." More...
 
 XBValueVioException (System.Object value_Renamed)
 Creates exception object with standard message: "value of <value> violates defined 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

XBValueVioException is thrown when a value range constraint is violated.

Constructor & Destructor Documentation

◆ XBValueVioException() [1/5]

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

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

◆ XBValueVioException() [2/5]

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

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

◆ XBValueVioException() [3/5]

com.objsys.xbinder.runtime.XBValueVioException.XBValueVioException ( float  value_Renamed)

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

◆ XBValueVioException() [4/5]

com.objsys.xbinder.runtime.XBValueVioException.XBValueVioException ( double  value_Renamed)

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

◆ XBValueVioException() [5/5]

com.objsys.xbinder.runtime.XBValueVioException.XBValueVioException ( System.Object  value_Renamed)

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