Skip to content

M_CodeJam_IO_IoCodeExceptions_IOException

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

IoCodeExceptions.IOException Method

Creates

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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
IoCodeExceptions.IOException(String, Object[])

Clone this wiki locally