Méthode | Description | |
---|---|---|
MarkupMinificationException ( string message ) : System |
Initializes a new instance of the MarkupMinificationException class with a specified error message
|
|
MarkupMinificationException ( string message, |
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
|
Méthode | Description | |
---|---|---|
MarkupMinificationException ( |
Initializes a new instance of the MarkupMinificationException class with serialized data
|
public MarkupMinificationException ( string message ) : System | ||
message | string | Error message that explains the reason for the exception |
Résultat | System |
public MarkupMinificationException ( string message, |
||
message | string | Error message that explains the reason for the exception |
innerException | Exception that is the cause of the current exception | |
Résultat | System |