Show / Hide Table of Contents

Class ErrorException

Inheritance
System.Object
ErrorException
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ErrorException : ApplicationException

Constructors

ErrorException(ErrorType)

Declaration
public ErrorException(ErrorType error)
Parameters
Type Name Description
ErrorType error

Properties

Error

Declaration
public ErrorType Error { get; }
Property Value
Type Description
ErrorType
Back to top Generated by DocFX