Constructor ShaderException
ShaderException()
Initializes a new instance of the ShaderException class.
public ShaderException()
ShaderException(string)
Initializes a new instance of the ShaderException class with the specified message.
public ShaderException(string message)
Parameters
message
stringThe message that describes the error.