C# Class Protogame.UnifiedShaderLexingException

Inheritance: System.Exception
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
UnifiedShaderLexingException ( string message, int lineNumber, int columnNumber ) : System

Method Details

UnifiedShaderLexingException() public method

public UnifiedShaderLexingException ( string message, int lineNumber, int columnNumber ) : System
message string
lineNumber int
columnNumber int
return System