C# 클래스 Nexus.Client.PluginManagement.UI.ExportFailedEventArgs

An event arguments class that indicates that an export operation failed.
상속: System.EventArgs
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
ExportFailedEventArgs ( Exception p_exError ) : System

A simple constructor that initializes the object with the given values.

This form is used when exporting to the clipboard. The value of the Message is initially set to the given exception's Exception.Message.

ExportFailedEventArgs ( string p_strFilename, Exception p_exError ) : System

A simple constructor that initializes the object with the given values.

The value of the Message is initially set to the given exception's Exception.Message.

메소드 상세

ExportFailedEventArgs() 공개 메소드

A simple constructor that initializes the object with the given values.
This form is used when exporting to the clipboard. The value of the Message is initially set to the given exception's Exception.Message.
public ExportFailedEventArgs ( Exception p_exError ) : System
p_exError System.Exception The error that occurred.
리턴 System

ExportFailedEventArgs() 공개 메소드

A simple constructor that initializes the object with the given values.
The value of the Message is initially set to the given exception's Exception.Message.
public ExportFailedEventArgs ( string p_strFilename, Exception p_exError ) : System
p_strFilename string The filename that the load order failed to export to.
p_exError System.Exception The error that occurred.
리턴 System