-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_IoCodeExceptions_IOException
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
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
- messageFormat
- Type: System.String
The message format. - args
- Type: System.Object[]
The arguments.
Type: IOException
Initialized instance of IOException(String, Object[]).
IoCodeExceptions Class
CodeJam.IO Namespace
IoCodeExceptions.IOException(String, Object[])