Table of Contents

Constructor ShaderCompileFailedException

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

ShaderCompileFailedException()

public ShaderCompileFailedException()

ShaderCompileFailedException(string?)

public ShaderCompileFailedException(string? message)

Parameters

message string

ShaderCompileFailedException(Exception?)

public ShaderCompileFailedException(Exception? innerException)

Parameters

innerException Exception

ShaderCompileFailedException(string?, Exception?)

public ShaderCompileFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception