Share via


Miscellaneous Classes, Structures, and Enumerations-Exception Classes

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation

The exception classes represent runtime errors that occur during the execution of UDDI methods.

The following table lists the miscellaneous exceptions classes in the Microsoft.Uddi namespace and gives a brief description of each.

Class Description

AccountLimitExceededException

Represents a non-fatal E_accountLimitExceeded runtime error that occurs during the execution of a UDDI method

AssertionNotFoundException

Represents a non-fatal E_assertionNotFound runtime error that arises during the execution of a UDDI method

AuthTokenExpiredException

Represents the E_authTokenExpired UDDI error and is thrown when the Send method of a class that requires an authentication token is called and the specified authentication has expired

AuthTokenRequiredException

Represents the E_authTokenRequired UDDI error and is thrown when the Send method of a class that requires an authentication token is called and no valid authentication token has been set

BusyException

Represents a non-fatal E_busy runtime error that occurs during the execution of a UDDI method

CategorizationNotAllowedException

Represents a non-fatal E_catgorizationNotAllowed runtime error that arises during the execution of a UDDI method

FatalErrorException

Represents a non-fatal E_fatalError runtime error that arises during the execution of a UDDI method

InvalidCategoryException

Represents a non-fatal E_invalidCategory runtime error that arises during the execution of a UDDI method

InvalidKeyPassedException

Represents a non-fatal E_invalidKeyPassed runtime error that arises during the execution of a UDDI method

InvalidProjectionException

Represents a non-fatal E_invalidProjection runtime error that occurs during the execution of a UDDI method

InvalidUrlPassedException

Represents a non-fatal E_invalidURLPassed runtime error that occurs during the execution of a UDDI method

InvalidValueException

Represents a non-fatal E_invalidValue runtime error that occurs during the execution of a UDDI method

KeyRetiredException

Represents a non-fatal E_keyRetired runtime error that occurs during the execution of a UDDI method

LanguageErrorException

Represents a non-fatal E_languageError runtime error that occurs during the execution of a UDDI method

MessageTooLargeException

Represents a non-fatal E_messageTooLarge runtime error that occurs during the execution of a UDDI method

NameTooLongException

Represents a non-fatal E_nameTooLong runtime error that occurs during the execution of a UDDI method

OperatorMismatchException

Represents a non-fatal E_operatorMismatch runtime error that oocurs during the execution of a UDDI method

TooManyOptionsException

Represents a non-fatal E_tooManyOptions runtime error that occurs during the execution of a UDDI method

UddiException

Represents a non-fatal runtime error that occurs during the execution of a UDDI method

UnknownErrorException

Represents a non-fatal runtime error that occurs during the execution of a UDDI method

UnknownUserException

Represents a non-fatal E_unknownUser runtime error that occurs during the execution of a UDDI method

UnrecognizedVersionException

Represents a non-fatal E_unrecognizedVersion runtime error that occurs during the execution of a UDDI method

UnsupportedException

Represents a non-fatal E_unsupported runtime error that occurs during the execution of a UDDI method

UserMismatchException

Represents a non-fatal E_userMismatch runtime error that occurs during the execution of a UDDI method

ValueNotAllowedException

Represents a non-fatal E_valueNotAllowed runtime error that occurs during the execution of a UDDI method

Send comments about this topic to Microsoft.