C# Class Rhythm.Staticize.ResourcesDownloadException

Inheritance: System.Exception
Mostrar archivo Open project: darklx/Staticize

Public Methods

Method Description
GetObjectData ( System info, System context ) : void
ResourcesDownloadException ( ) : System

初始化此类的新实例

ResourcesDownloadException ( string message ) : System

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

ResourcesDownloadException ( string message, System innerException ) : System

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

Method Details

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

ResourcesDownloadException() public method

初始化此类的新实例
public ResourcesDownloadException ( ) : System
return System

ResourcesDownloadException() public method

使用指定的错误信息初始化此类的新实例。
public ResourcesDownloadException ( string message ) : System
message string 解释异常原因的错误信息
return System

ResourcesDownloadException() public method

使用指定错误消息和对作为此异常原因的内部异常的引用来初始化此类的新实例。
public ResourcesDownloadException ( string message, System innerException ) : System
message string 解释异常原因的错误信息
innerException System 导致当前异常的异常;如果未指定内部异常,则是一个 null 引用。
return System