LinqWrapperException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class LinqWrapperException extends System.Exception

LinqWrapper exceptions class.

Constructors

ConstructorDescription
LinqWrapperException(String message)Initializes a new instance of the LinqWrapperException class.
LinqWrapperException(String message, Throwable innerException)Initializes a new instance of the LinqWrapperException class.

LinqWrapperException(String message)

public LinqWrapperException(String message)

Initializes a new instance of the LinqWrapperException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.

LinqWrapperException(String message, Throwable innerException)

public LinqWrapperException(String message, Throwable innerException)

Initializes a new instance of the LinqWrapperException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe error message that explains the reason for the exception.
innerExceptionjava.lang.ThrowableThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.