C# Class LibSassHost.SassСompilationException

The exception that is thrown during a Sass compilation
Inheritance: System.Exception
Afficher le fichier Open project: Taritsyn/LibSassHost

Méthodes publiques

Méthode 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 méthode

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
Résultat System