Class NUglifyException
Inheritance
NUglifyException
Assembly: Volo.Abp.Minify.dll
Syntax
public class NUglifyException : AbpException, ISerializable
Constructors
NUglifyException(string, List<UglifyError>)
Declaration
public NUglifyException(string message, List<UglifyError> errors)
Parameters
Type |
Name |
Description |
string |
message |
|
List<UglifyError> |
errors |
|
NUglifyException(string, Exception)
Declaration
public NUglifyException(string message, Exception innerException)
Parameters
Properties
Errors
Declaration
public List<UglifyError>? Errors { get; set; }
Property Value
Type |
Description |
List<UglifyError> |
|
Implements
Extension Methods