-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_CodeExceptions_Unreachable
Andrew Koryavchenko edited this page Jun 17, 2018
·
8 revisions
Used to be thrown in places expected to be unreachable.
Namespace: CodeJam
Assembly: 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
- messageFormat
- Type: System.String
The message format. - args
- Type: System.Object[]
The arguments.
Type: NotSupportedException
Initialized instance of NotSupportedException.