Click or drag to resize

UnitOfIssueException Class

Thrown when an error is encountered while validating the specified unit of issue.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class UnitOfIssueException : xTendExceptionBase

The UnitOfIssueException type exposes the following members.

Constructors
  NameDescription
Public methodUnitOfIssueException
Initializes a new instance of the UnitOfIssueException class.
Public methodUnitOfIssueException(String)
Initializes a new instance of the UnitOfIssueException class with a specified error message.
Public methodUnitOfIssueException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnitOfIssueException class with serialized data.
Top
Properties
  NameDescription
Public propertyErrorType
Defines the type of error that occurred during unit of issue validation.
Top
Methods
  NameDescription
Public methodGetObjectData
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also