ErrorResourceKey Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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