AvaloniaInternalException.

AvaloniaInternalException(string) Constructor

Summary

Initializes a new instance of the AvaloniaInternalException class.
Namespace
Avalonia
Containing Type
AvaloniaInternalException

Syntax

public AvaloniaInternalException(string message)

Parameters

Name Type Description
message string The exception message.

Return Value

Type Description
void