NerdyDuck.CodedExceptions Namespace |
[This is preliminary documentation and is subject to change.]
Class | Description | |
---|---|---|
![]() ![]() | AssemblyFacilityIdentifierAttribute |
When applied to an assembly, specifies the facility id of the assembly when creating
HResult values for coded exceptions.
|
![]() | CodedAggregateException |
Represents one or more errors that occur during application execution.
This exception provides constructors to set custom HResult values.
|
![]() | CodedArgumentException |
The exception that is thrown when one of the arguments provided to a method is not valid.
This exception provides constructors to set custom HResult values.
|
![]() | CodedArgumentNullException |
The exception that is thrown when a reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
This exception provides constructors to set custom HResult values.
|
![]() | CodedArgumentNullOrEmptyException |
The exception that is thrown when one of the string arguments provided to a method is (Nothing in Visual Basic) or empty. This exception provides constructors to set custom HResult values.
|
![]() | CodedArgumentNullOrWhiteSpaceException |
The exception that is thrown when one of the string arguments provided to a method is (Nothing in Visual Basic), empty, or contains only white-space characters. This exception provides constructors to set custom HResult values.
|
![]() | CodedArgumentOutOfRangeException |
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
This exception provides constructors to set custom HResult values.
|
![]() | CodedCommunicationException |
Represents a communication error in either the service or client application.
This exception provides constructors to set custom HResult values.
|
![]() | CodedDataException |
Represents the exception that is thrown when errors are generated using ADO.NET components.
This exception provides constructors to set custom HResult values.
|
![]() | CodedException |
Represents errors that occur during application execution.
This exception provides constructors to set custom HResult values.
|
![]() ![]() | CodedExceptionAttribute | |
![]() | CodedFormatException |
The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.
This exception provides constructors to set custom HResult values.
|
![]() | CodedInvalidCastException |
The exception that is thrown for invalid casting or explicit conversion.
This exception provides constructors to set custom HResult values.
|
![]() | CodedInvalidOperationException |
The exception that is thrown when a method call is invalid for the object's current state.
This exception provides constructors to set custom HResult values.
|
![]() | CodedNotSupportedException |
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
This exception provides constructors to set custom HResult values.
|
![]() | CodedProtocolViolationException |
The exception that is thrown when an error is made while using a network protocol.
This exception provides constructors to set custom HResult values.
|
![]() | CodedSerializationException |
The exception thrown when an error occurs during serialization or deserialization.
This exception provides constructors to set custom HResult values.
|
![]() | CodedSocketException |
The exception that is thrown when a socket error occurs.
This exception provides constructors to set custom HResult values.
|
![]() | CodedTimeoutException |
The exception that is thrown when the time allotted for a process or operation has expired.
This exception provides constructors to set custom HResult values.
|
![]() | CodedTypeLoadException |
The exception that is thrown when type-loading failures occur.
This exception provides constructors to set custom HResult values.
|
![]() | CodedXmlException |
The exception thrown when an error occurs while handling an XML document or stream.
This exception provides constructors to set custom HResult values.
|
![]() | ExceptionExtensions |
Extends the Exception class with methods to easily handle coded exceptions.
|
![]() | HResultHelper |
Helper class to create and examine custom HResult values.
|