Constructor LayoutException
LayoutException()
Creates a new instance of LayoutException.
public LayoutException()
LayoutException(string?)
Creates a new instance of LayoutException.
public LayoutException(string? message)
Parameters
message
string
LayoutException(string?, Exception?)
Creates a new instance of LayoutException.
public LayoutException(string? message, Exception? innerException)