OpenTK.ContextExistsException.ContextExistsException C# (CSharp) Method

ContextExistsException() public method

Constructs a new ContextExistsException instance.
public ContextExistsException ( string message ) : System
message string A System.String explaining the cause of this exception.
return System
        public ContextExistsException(string message)
        {
            msg = message;
        }
ContextExistsException