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

Thrown when an element/wildcard repeats in a set group. More...

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

Public Member Functions

 XBSetDuplicateException (System.String name)
 Create exception with a name that identifies the offending item. 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

Thrown when an element/wildcard repeats in a set group.

Constructor & Destructor Documentation

◆ XBSetDuplicateException()

com.objsys.xbinder.runtime.XBSetDuplicateException.XBSetDuplicateException ( System.String  name)

Create exception with a name that identifies the offending item.

Parameters
name