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

More...

Inheritance diagram for com.objsys.xbinder.runtime.XBInvalidLengthException:
com.objsys.xbinder.runtime.XBValidationException com.objsys.xbinder.runtime.XBException

Public Member Functions

 XBInvalidLengthException ()
 This constructor creates an exception object with a default textual message. More...
 
- 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

This class defines the 'XBinder invalid length' exception that is thrown when a length is determined to be invalid.

Things that can cause this to be thrown are:

Constructor & Destructor Documentation

◆ XBInvalidLengthException()

com.objsys.xbinder.runtime.XBInvalidLengthException.XBInvalidLengthException ( )

This constructor creates an exception object with a default textual message.