C# 클래스 LibSassHost.SassСompilationException

The exception that is thrown during a Sass compilation
상속: System.Exception
파일 보기 프로젝트 열기: Taritsyn/LibSassHost

공개 메소드들

메소드 설명
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