August 2003
Intermediate to advanced
928 pages
32h 1m
English
FileLoadException
This exception is thrown when a file cannot be loaded.
public class FileLoadException : IOException { // Public Constructors public FileLoadException( ); public FileLoadException(stringmessage); public FileLoadException(stringmessage, Exceptioninner); public FileLoadException(stringmessage, stringfileName); public FileLoadException(stringmessage, stringfileName, Exceptioninner); // Protected Constructors protected FileLoadException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public string FileName{get; } public string FusionLog{get; } public override string Message{get; } // overrides Exception // Public Instance Methods public override void GetObjectData(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext) // overrides Exception public override string ToString( ); // overrides Exception }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
IOException
→
FileLoadException