Skip to content

M_CodeJam_CodeExceptions_Unreachable

Andrew Koryavchenko edited this page Jun 17, 2018 · 8 revisions

CodeExceptions.Unreachable Method

Used to be thrown in places expected to be unreachable.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

messageFormat
Type: System.String
The message format.
args
Type: System.Object[]
The arguments.

Return Value

Type: NotSupportedException
Initialized instance of NotSupportedException.

See Also

Reference

CodeExceptions Class
CodeJam Namespace

Clone this wiki locally