We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Used to be thrown in places expected to be unreachable.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static NotSupportedException Unreachable( string messageFormat, params Object[] args )
VB
Public Shared Function Unreachable ( messageFormat As String, ParamArray args As Object() ) As NotSupportedException
F#
static member Unreachable : messageFormat : string * args : Object[] -> NotSupportedException
Type: NotSupportedExceptionInitialized instance of NotSupportedException.
CodeExceptions ClassCodeJam Namespace