 | ShaderException Constructor |
Creates a shader exception.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ShaderException(
string message
)
Public Sub New (
message As String
)
public:
ShaderException(
String^ message
)
new :
message : string -> ShaderException
Parameters
- message
- Type: SystemString
The exception message.
See Also