Table of Contents

Class ShaderParserException

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Exception thrown during shader parsing.

public class ShaderParserException : Exception, ISerializable

Inheritance

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

message string

ShaderParserException(string, Exception)

Initializes a new instance with a message and inner exception.

public ShaderParserException(string message, Exception innerException)

Parameters

message string
innerException Exception