Click or drag to resize

FileMapIOException Constructor

Creates a new instance of FileMapIOException.
Overload List
  NameDescription
Public methodFileMapIOException
Initializes a new instance of the FileMapIOException class
Public methodFileMapIOException(Int32)
Creates a new instance of FileMapIOException specifying the Windows API error code.
Public methodFileMapIOException(String)
Creates a new instance of FileMapIOException specifying the Exception message.
Protected methodFileMapIOException(SerializationInfo, StreamingContext)
Initializes a new instance of the FileMapIOException class.
Public methodFileMapIOException(String, Exception)
Creates an instance of FileMapIOException specifying the Exception message and inner Exception.
Top
See Also