777 lines
50 KiB
XML
777 lines
50 KiB
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>NativeSDK.Exceptions</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.AlreadyOpenForEditionException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeException">
|
|
<summary>
|
|
Represents an exception that is thrown when an error occurs during barcode processing.
|
|
</summary>
|
|
<remarks>This exception is typically used to indicate issues specific to barcode-related operations, such as
|
|
invalid barcode formats or processing errors. It extends <see cref="T:Nutrient.NativeSDK.API.Exceptions.NutrientException"/> to provide additional
|
|
context for barcode-related failures.</remarks>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeException.#ctor">
|
|
<summary>
|
|
Represents an exception that is thrown when an error occurs during barcode processing.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException">
|
|
<summary>
|
|
Represents an exception that is thrown when the specified data for a barcode is invalid.
|
|
It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
|
|
</summary>
|
|
</member>
|
|
<!-- Badly formed XML comment ignored for member "M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.#ctor" -->
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidDataException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException">
|
|
<summary>
|
|
Represents an exception that is thrown when the specified data for a barcode is invalid.
|
|
It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
|
|
</summary>
|
|
</member>
|
|
<!-- Badly formed XML comment ignored for member "M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.#ctor" -->
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidNotNumericDataException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException">
|
|
<summary>
|
|
Represents an exception that is thrown when the data length for a barcode is invalid.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.#ctor">
|
|
<summary>
|
|
Represents an exception that is thrown when an invalid length of a barcode data is specified.
|
|
</summary>
|
|
<remarks>This exception is typically used to indicate that the specified length of the provided data does not meet the required constraints.</remarks>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidLengthException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException">
|
|
<summary>
|
|
Represents an exception that is thrown when the start of the data for barcode is invalid.
|
|
It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
|
|
</summary>
|
|
</member>
|
|
<!-- Badly formed XML comment ignored for member "M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.#ctor" -->
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStartException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException">
|
|
<summary>
|
|
Represents an exception that is thrown when the end of the data for barcode is invalid.
|
|
It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
|
|
</summary>
|
|
</member>
|
|
<!-- Badly formed XML comment ignored for member "M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.#ctor" -->
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidStopException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException">
|
|
<summary>
|
|
Represents an exception that is thrown when the specified barcode type is not supported.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.#ctor">
|
|
<summary>
|
|
Represents an exception that is thrown when an invalid barcode type is specified.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidTypeException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException">
|
|
<summary>
|
|
Represents an exception that is thrown when a barcode cannot be written due to an invalid provided width.
|
|
</summary>
|
|
<remarks>This exception is typically thrown when the provided width is causing the bars/spaces to be less than one pixel.
|
|
It applies only when writing to an image.
|
|
</remarks>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.#ctor">
|
|
<summary>
|
|
Represents an exception that is thrown when a barcode has an invalid width.
|
|
</summary>
|
|
<remarks>This exception is typically used to indicate that the width of a barcode does not meet the
|
|
expected requirements or constraints.</remarks>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.ExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.GetExceptionReason">
|
|
<summary>
|
|
The reason for the exception that occurs when the barcode cannot be written.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.BarcodeInvalidWidthException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ExportException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ExportException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ExportException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ExportException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ExportException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ExportException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ExportException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException">
|
|
<summary>
|
|
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FeatureUnLicensedException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.FileNotFoundException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.ImplicitConversionException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException"/> class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IncompatibleTypeException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException">
|
|
<summary>
|
|
Represents an exception that is thrown when an index is out of the valid range.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.ExceptionReason">
|
|
<inheritdoc/>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException"/> class
|
|
with the specified parameter name.
|
|
</summary>
|
|
<param name="parameterName">The name of the parameter that caused the exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.#ctor(System.String,System.Int32,System.Int32,System.Int32)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException"/> class
|
|
with the specified parameter name, actual value, and valid range.
|
|
</summary>
|
|
<param name="parameterName">The name of the parameter that caused the exception.</param>
|
|
<param name="actualValue">The actual index value that was provided.</param>
|
|
<param name="minValue">The minimum valid index value.</param>
|
|
<param name="maxValue">The maximum valid index value.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.IndexOutOfBoundsException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException">
|
|
<summary>
|
|
Represents an exception that is thrown when an argument provided to a method is not valid.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.ExceptionReason">
|
|
<inheritdoc/>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException"/> class
|
|
with the specified parameter name.
|
|
</summary>
|
|
<param name="parameterName">The name of the parameter that caused the exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.#ctor(System.String,System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException"/> class
|
|
with the specified parameter name and message.
|
|
</summary>
|
|
<param name="parameterName">The name of the parameter that caused the exception.</param>
|
|
<param name="message">The message describing the validation failure.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidArgumentException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException">
|
|
<summary>
|
|
Represents an exception that occurs when an invalid license is detected within the Nutrient SDK.
|
|
Provides details on the reason for the invalid license to facilitate troubleshooting.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidLicenseException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidSettingsException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.InvalidStateException">
|
|
<summary>
|
|
Represents an exception that is thrown when an operation is performed on an object in an invalid state.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.ExceptionReason">
|
|
<inheritdoc/>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidStateException"/> class
|
|
with the specified message.
|
|
</summary>
|
|
<param name="message">The message describing the invalid state.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidStateException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidStateException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidStateException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidStateException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.InvalidTemplateException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException.#ctor(System.String)">
|
|
<summary>
|
|
Represents an exception that is thrown when a method parameter is null or an empty string.
|
|
This is a specialized exception derived from <see cref="T:Nutrient.NativeSDK.API.Exceptions.NutrientException"/>
|
|
intended to handle invalid input parameters in the Nutrient SDK.
|
|
</summary>
|
|
<param name="parameterName"></param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.NullOrEmptyParameterException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NutrientArgumentNullException.ThrowIfNull``1(``0,System.String)">
|
|
<exclude />
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.NutrientArgumentNullException.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.NutrientException">
|
|
<summary>
|
|
Base class for all Nutrient SDK exceptions.
|
|
Provides a common foundation for SDK-specific exception handling and documentation.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.NutrientException.ExceptionReason">
|
|
<summary>
|
|
The reason why this exception is thrown.
|
|
This is used for automatic DocFX documentation generation.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.NutrientException.Message">
|
|
<summary>
|
|
The exception message. Returns ExceptionReason if no explicit message was provided.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion.GetExceptionReason">
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.UnsupportedConversion"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="T:Nutrient.NativeSDK.API.Exceptions.VisionException">
|
|
<summary>
|
|
Represents an exception that occurs during Vision API operations.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Nutrient.NativeSDK.API.Exceptions.VisionException.ExceptionReason">
|
|
<summary>
|
|
The reason why this exception is thrown.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.VisionException.#ctor(System.String)">
|
|
<summary>
|
|
Initializes a new instance of the VisionException class with a specified error message.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.VisionException.GetExceptionReason">
|
|
<summary>
|
|
The reason why this exception is thrown.
|
|
</summary>
|
|
<returns>The value of the ExceptionReason property.</returns>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.VisionException.#ctor">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.VisionException"/> class.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.VisionException.#ctor(System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.VisionException"/> class with a reference to the inner exception.
|
|
</summary>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Exceptions.VisionException.#ctor(System.String,System.Exception)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Nutrient.NativeSDK.API.Exceptions.VisionException"/> class with a specified error message and inner exception.
|
|
</summary>
|
|
<param name="message">The message that describes the error.</param>
|
|
<param name="innerException">The exception that is the cause of the current exception.</param>
|
|
</member>
|
|
<member name="M:Nutrient.NativeSDK.API.Logic.ExceptionToErrorCode.ToErrorCode(System.Exception)">
|
|
<summary>
|
|
Converts an Exception to a GdPictureStatus error code.
|
|
</summary>
|
|
<param name="e"></param>
|
|
<returns></returns>
|
|
</member>
|
|
</members>
|
|
</doc>
|