C# Класс LibSassHost.SassСompilationException

The exception that is thrown during a Sass compilation
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SassСompilationException ( string message ) : System

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

Описание методов

SassСompilationException() публичный Метод

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
Результат System