FileLoadException 构造函数

定义

初始化 FileLoadException 类的新实例。

重载

FileLoadException()

初始化 类的新实例 FileLoadException ,将新实例的 属性设置为 Message 描述错误的系统提供的消息,例如“无法加载指定的文件”。此消息考虑了当前系统区域性。

FileLoadException(String)

使用指定的错误消息初始化 FileLoadException 类的新实例。

FileLoadException(SerializationInfo, StreamingContext)
已过时.

用序列化数据初始化 FileLoadException 类的新实例。

FileLoadException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 FileLoadException 类的新实例。

FileLoadException(String, String)

使用指定错误信息和不能加载的文件的名称来初始化 FileLoadException 类的新实例。

FileLoadException(String, String, Exception)

使用指定的错误信息、不能加载的文件的名称和对作为此异常原因的内部异常的引用来初始化 FileLoadException 类的新实例。

FileLoadException()

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

初始化 类的新实例 FileLoadException ,将新实例的 属性设置为 Message 描述错误的系统提供的消息,例如“无法加载指定的文件”。此消息考虑了当前系统区域性。

public:
 FileLoadException();
public FileLoadException ();
Public Sub New ()

注解

InnerException新实例的 属性和 FileName 属性初始化为 null

另请参阅

适用于

FileLoadException(String)

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

使用指定的错误消息初始化 FileLoadException 类的新实例。

public:
 FileLoadException(System::String ^ message);
public FileLoadException (string message);
public FileLoadException (string? message);
new System.IO.FileLoadException : string -> System.IO.FileLoadException
Public Sub New (message As String)

参数

message
String

描述该错误的 Stringmessage 的内容设计为易于理解。 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。

注解

此构造函数使用 message初始化Message新实例的 属性。 InnerException新实例的 属性和 FileName 属性初始化为 null

另请参阅

适用于

FileLoadException(SerializationInfo, StreamingContext)

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

注意

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

用序列化数据初始化 FileLoadException 类的新实例。

protected:
 FileLoadException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected FileLoadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected FileLoadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IO.FileLoadException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.FileLoadException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.IO.FileLoadException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IO.FileLoadException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

info
SerializationInfo

包含有关所引发异常的序列化对象数据的 SerializationInfo

context
StreamingContext

StreamingContext,它包含关于源或目标的上下文信息。

属性

另请参阅

适用于

FileLoadException(String, Exception)

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 FileLoadException 类的新实例。

public:
 FileLoadException(System::String ^ message, Exception ^ inner);
public FileLoadException (string message, Exception inner);
public FileLoadException (string? message, Exception? inner);
new System.IO.FileLoadException : string * Exception -> System.IO.FileLoadException
Public Sub New (message As String, inner As Exception)

参数

message
String

描述该错误的 Stringmessage 的内容设计为易于理解。 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。

inner
Exception

导致当前异常的异常。 如果 inner 参数不为 null,则当前异常将在处理内部异常的 catch 块中引发。

注解

因前一个异常而直接引发的异常应在 InnerException 属性中包含对前一个异常的引用。 InnerException 属性将返回传递给构造函数的同一值;如果 InnerException 属性不向构造函数提供内部异常值,则返回 null

下表显示了 FileLoadException 实例的初始属性值。

properties “值”
InnerException 内部异常引用。
Message 错误消息字符串。

有关内部异常的详细信息,请参阅 InnerException

另请参阅

适用于

FileLoadException(String, String)

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

使用指定错误信息和不能加载的文件的名称来初始化 FileLoadException 类的新实例。

public:
 FileLoadException(System::String ^ message, System::String ^ fileName);
public FileLoadException (string message, string fileName);
public FileLoadException (string? message, string? fileName);
new System.IO.FileLoadException : string * string -> System.IO.FileLoadException
Public Sub New (message As String, fileName As String)

参数

message
String

描述该错误的 Stringmessage 的内容设计为易于理解。 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。

fileName
String

一个 String,它包含未加载的文件的名称。

注解

此构造函数使用 初始化新实例的 属性,FileName使用 messagefileName初始化 Message 属性。 InnerException新实例的 属性初始化为 null

FileName 不需要是存储在磁盘上的文件;它可以是支持访问流的系统的任何部分。 例如,根据系统的不同,此类可能能够访问物理设备。

另请参阅

适用于

FileLoadException(String, String, Exception)

Source:
FileLoadException.cs
Source:
FileLoadException.cs
Source:
FileLoadException.cs

使用指定的错误信息、不能加载的文件的名称和对作为此异常原因的内部异常的引用来初始化 FileLoadException 类的新实例。

public:
 FileLoadException(System::String ^ message, System::String ^ fileName, Exception ^ inner);
public FileLoadException (string message, string fileName, Exception inner);
public FileLoadException (string? message, string? fileName, Exception? inner);
new System.IO.FileLoadException : string * string * Exception -> System.IO.FileLoadException
Public Sub New (message As String, fileName As String, inner As Exception)

参数

message
String

描述该错误的 Stringmessage 的内容设计为易于理解。 此构造函数的调用方需要确保此字符串已针对当前系统区域性进行了本地化。

fileName
String

一个 String,它包含未加载的文件的名称。

inner
Exception

导致当前异常的异常。 如果 inner 参数不为 null,则当前异常将在处理内部异常的 catch 块中引发。

注解

因前一个异常而直接引发的异常应在 InnerException 属性中包含对前一个异常的引用。 InnerException 属性将返回传递给构造函数的同一值;如果 InnerException 属性不向构造函数提供内部异常值,则返回 null

FileName 不需要是存储在磁盘上的文件;它可以是支持访问流的系统的任何部分。 例如,根据系统的不同,此类可能能够访问物理设备。

下表显示了 FileLoadException 实例的初始属性值。

properties “值”
InnerException 内部异常引用。
Message 错误消息字符串。

有关内部异常的详细信息,请参阅 InnerException

另请参阅

适用于