Class ShaderLoader.ShaderCompilerException
Namespace: ValveResourceFormat.Renderer.Shaders
Assembly: Renderer.dll
Exception thrown when shader compilation or linking fails.
public class ShaderLoader.ShaderCompilerException : Exception, ISerializableInheritance
object ← Exception ← ShaderLoader.ShaderCompilerException
Implements
Inherited Members
Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, Exception.SerializeObjectState
Constructors
ShaderCompilerException()
Initializes a new instance of the class.
public ShaderCompilerException()ShaderCompilerException(string)
Initializes a new instance of the class with a message.
public ShaderCompilerException(string message)Parameters
message string
The error message describing the compilation or link failure.
ShaderCompilerException(string, Exception)
Initializes a new instance of the class with a message and an inner exception.
public ShaderCompilerException(string message, Exception innerException)Parameters
message string
The error message describing the compilation or link failure.
innerException Exception
The exception that caused this exception.

