'Declaration Public Function New( _ ByVal message As System.String, _ ByVal innerException As System.Exception _ )
public HtmlException( System.string message, System.Exception innerException )
Parameters
- message
- Message.
- innerException
- Inner exception.