RenderTargetNotReadyException(String, Exception) Constructor
Initializes a new instance of the RenderTargetNotReadyException class
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RenderTargetNotReadyException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
new :
message : string *
innerException : Exception -> RenderTargetNotReadyException
Parameters
See Also
Reference
RenderTargetNotReadyException Class
RenderTargetNotReadyException Overload
Avalonia Namespace