C# Class LibSassHost.SassСompilationException

The exception that is thrown during a Sass compilation
Inheritance: System.Exception
Mostra file Open project: Taritsyn/LibSassHost

Public Methods

Method Description
SassСompilationException ( string message ) : System

Initializes a new instance of the SassСompilationException class with a specified error message

Method Details

SassСompilationException() public method

Initializes a new instance of the SassСompilationException class with a specified error message
public SassСompilationException ( string message ) : System
message string The message that describes the error
return System