Initializes a new instance of the PagingException class.
Initializes a new instance of the PagingException class with no error message.
public PagingException();
Initializes a new instance of the PagingException class.
public PagingException(string);
Initializes a new instance of the PagingException class.
public PagingException(string,Exception);
PagingException Class | PmMda.Net.Dog.Paging Namespace