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

XBConsVioException is thrown when a constraint is violated. This supports any general message. See subclasses for standard messages. More...

Inheritance diagram for com.objsys.xbinder.runtime.XBConsVioException:
com.objsys.xbinder.runtime.XBValidationException com.objsys.xbinder.runtime.XBException com.objsys.xbinder.runtime.XBEnumException com.objsys.xbinder.runtime.XBFractionDigitsVioException com.objsys.xbinder.runtime.XBLengthVioException com.objsys.xbinder.runtime.XBTotalDigitsVioException com.objsys.xbinder.runtime.XBValueVioException

Public Member Functions

 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

XBConsVioException is thrown when a constraint is violated. This supports any general message. See subclasses for standard messages.