Skip to main content
Version: 1.0.0-preview.36

Velaptor.Exceptions.SystemDisplayException

Velaptor

Velaptor.Exceptions

SystemDisplayException Class

Occurs when there is an issue with one of the system displays.

public sealed class SystemDisplayException : System.Exception

Inheritance System.ObjectSystem.Exception → SystemDisplayException

Constructors

SystemDisplayException() Constructor

Initializes a new instance of the SystemDisplayException class.

public SystemDisplayException();

SystemDisplayException(string, Exception) Constructor

Initializes a new instance of the SystemDisplayException class.

public SystemDisplayException(string message, System.Exception innerException);

Parameters

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

SystemDisplayException(string) Constructor

Initializes a new instance of the SystemDisplayException class.

public SystemDisplayException(string message);

Parameters

message System.String

The message that describes the error.