C# Class System.IO.FileLoadException

Inheritance: IOException
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
FileLoadException ( ) : System
FileLoadException ( String message ) : System
FileLoadException ( String message, Exception inner ) : System
FileLoadException ( String message, String fileName ) : System
FileLoadException ( String message, String fileName, Exception inner ) : System
ToString ( ) : String

Protected Methods

Method Description
FileLoadException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
FileLoadException ( String fileName, String fusionLog, int hResult ) : System
FormatFileLoadExceptionMessage ( String fileName, int hResult ) : String
GetFileLoadExceptionMessage ( int hResult ) : String
GetMessageForHR ( int hresult ) : String
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

Method Details

FileLoadException() public method

public FileLoadException ( ) : System
return System

FileLoadException() protected method

protected FileLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FileLoadException() public method

public FileLoadException ( String message ) : System
message String
return System

FileLoadException() public method

public FileLoadException ( String message, Exception inner ) : System
message String
inner System.Exception
return System

FileLoadException() public method

public FileLoadException ( String message, String fileName ) : System
message String
fileName String
return System

FileLoadException() public method

public FileLoadException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner System.Exception
return System

ToString() public method

public ToString ( ) : String
return String