YAMI4 for .NET 1.3.0
|
Exception class, used to indicate that the entry has a different type than expected. More...
Inherits Inspirel::YAMI::ExceptionBase.
Public Member Functions | |
BadTypeException (string entryName, string expectedType) | |
Initializes a new instace of the BadTypeException class. |
Exception class, used to indicate that the entry has a different type than expected.
Inspirel.YAMI.BadTypeException.BadTypeException | ( | string | entryName, |
string | expectedType | ||
) |
Initializes a new instace of the BadTypeException class.
entryName | name of the referenced entry |
expectedType | expected type for referenced entry |