There was an error while loading. Please reload this page.
Creates IOException(String, Object[]).
Namespace: CodeJam.IOAssembly: 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 IOException
F#
static member IOException : messageFormat : string * args : Object[] -> IOException
Type: IOExceptionInitialized instance of IOException(String, Object[]).
IoCodeExceptions ClassCodeJam.IO Namespace