Class ShaderParserException
- Namespace
- ValveResourceFormat.CompiledShader
- Assembly
- ValveResourceFormat.dll
Exception thrown during shader parsing.
public class ShaderParserException : Exception, ISerializableInheritance
Implements
Inherited Members
Constructors
ShaderParserException()
Initializes a new instance of the ShaderParserException class.
public ShaderParserException()ShaderParserException(string)
Initializes a new instance with a message.
public ShaderParserException(string message)Parameters
messagestring
ShaderParserException(string, Exception)
Initializes a new instance with a message and inner exception.
public ShaderParserException(string message, Exception innerException)