Class ShaderParserException
Namespace: ValveResourceFormat.CompiledShader
Assembly: ValveResourceFormat.dll
Exception thrown during shader parsing.
csharp
public class ShaderParserException : Exception, ISerializableInheritance
object ← Exception ← ShaderParserException
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
ShaderParserException()
Initializes a new instance of the ShaderParserException class.
csharp
public ShaderParserException()ShaderParserException(string)
Initializes a new instance with a message.
csharp
public ShaderParserException(string message)Parameters
message string
ShaderParserException(string, Exception)
Initializes a new instance with a message and inner exception.
csharp
public ShaderParserException(string message, Exception innerException)Parameters
message string
innerException Exception

