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
SerializationInfocontext
StreamingContext
ShaderCompileException(string)
public ShaderCompileException(string message)
Parameters
message
string
ShaderCompileException(string, Exception)
public ShaderCompileException(string message, Exception innerException)
Parameters
ShaderCompileException(string, Exception, string)
public ShaderCompileException(string message, Exception innerException, string fxCode)
Parameters
Properties
FxCode
The FX code that failed to compile
public string FxCode { get; }