Click or drag to resize

InvalidFileTypesException Class

Thrown when invalid file types are being imported.
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 InvalidFileTypesException : xTendExceptionBase
Constructors
  NameDescription
Public methodInvalidFileTypesException
Initializes a new instance of the InvalidFileTypesException class.
Public methodInvalidFileTypesException(String)
Initializes a new instance of the InvalidFileTypesException class with a specified error message.
Public methodInvalidFileTypesException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidFileTypesException class with serialized data.
Top
See Also