Udostępnij przez


ErrorResourceKey Struct

Definition

Key Type of string resources related to errors. Used by BaseError in DocError.cs to ensure that it is passed a key as opposed to a generic string, such as the contents of the error message. Existing keys for error messages are split between here (for general document errors) and Strings.cs (for Texl errors).

public struct ErrorResourceKey
type ErrorResourceKey = struct
Public Structure ErrorResourceKey
Inheritance
ErrorResourceKey

Constructors

ErrorResourceKey(String)

Properties

Key

Applies to