Table of Contents

Class ShaderCompileException

Namespace
OmegaEngine.Graphics.Shaders
Assembly
OmegaEngine.dll

Exception thrown when DynamicShader fails to compile FX code

[Serializable]
public class ShaderCompileException : Exception, ISerializable, _Exception
Inheritance
ShaderCompileException
Implements
Inherited Members
Extension Methods

Constructors

ShaderCompileException()

public ShaderCompileException()

ShaderCompileException(SerializationInfo, StreamingContext)

protected ShaderCompileException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ShaderCompileException(string)

public ShaderCompileException(string message)

Parameters

message string

ShaderCompileException(string, Exception)

public ShaderCompileException(string message, Exception innerException)

Parameters

message string
innerException Exception

ShaderCompileException(string, Exception, string)

public ShaderCompileException(string message, Exception innerException, string fxCode)

Parameters

message string
innerException Exception
fxCode string

Properties

FxCode

The FX code that failed to compile

public string FxCode { get; }

Property Value

string