- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_IO_IoCodeExceptions_IOException
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        2 revisions
      
    Creates IOException(String, Object[]).
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.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 IOExceptionF#
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[]).