-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_CodeExceptions
andrewvk edited this page Mar 30, 2016
·
9 revisions
[This is preliminary documentation and is subject to change.]
The CodeExceptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Argument | Creates |
![]() ![]() |
ArgumentNull | Creates |
![]() ![]() |
ArgumentNullOrEmpty | Creates for empty string |
![]() ![]() |
BreakIfAttached | BreaksExecution if debugger attached |
![]() ![]() |
InvalidOperation | Creates |
![]() ![]() |
ObjectDisposed(Type) | Throw this if the object is disposed. |
![]() ![]() |
ObjectDisposed(Type, String, Object[]) | Throw this if the object is disposed. |
![]() ![]() |
UnexpectedValue(String, Object[]) | Creates . Used to be thrown from default: switch clause |
![]() ![]() |
UnexpectedValue(T)(T) | Creates . Used to be thrown from the default: switch clause |
![]() ![]() |
Unreachable | Used to be thrown in places expected to be unreachable. |