Skip to content

M_CodeJam_IO_IoCodeExceptions_IOException

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

IoCodeExceptions.IOException Method

Creates IOException(String, Object[]).

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

Syntax

C#

public static IOException IOException(
	string messageFormat,
	params Object[] args
)

VB

Public Shared Function IOException ( 
	messageFormat As String,
	ParamArray args As Object()
) As IOException

F#

static member IOException : 
        messageFormat : string * 
        args : Object[] -> IOException 

Parameters

 

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

Return Value

Type: IOException
Initialized instance of IOException(String, Object[]).

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally