C# Class WebMarkupMin.Core.MarkupMinificationException

Inheritance: System.Exception
Datei anzeigen Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
MarkupMinificationException ( string message ) : System

Initializes a new instance of the MarkupMinificationException class with a specified error message

MarkupMinificationException ( string message, Exception innerException ) : System

Initializes a new instance of the MarkupMinificationException class with a specified error message and reference to the inner exception that is the cause of this exception

Private Methods

Method Description
MarkupMinificationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MarkupMinificationException class with serialized data

Method Details

MarkupMinificationException() public method

Initializes a new instance of the MarkupMinificationException class with a specified error message
public MarkupMinificationException ( string message ) : System
message string Error message that explains the reason for the exception
return System

MarkupMinificationException() public method

Initializes a new instance of the MarkupMinificationException class with a specified error message and reference to the inner exception that is the cause of this exception
public MarkupMinificationException ( string message, Exception innerException ) : System
message string Error message that explains the reason for the exception
innerException System.Exception Exception that is the cause of the current exception
return System