Class UnsupportedImportFileFormatException
The exception class to be used when there is an unsupported import type
Inheritance
Object
Exception
SystemException
FormatException
UnsupportedImportFileFormatException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class UnsupportedImportFileFormatException : FormatException, ISerializable, _Exception
Constructors
UnsupportedImportFileFormatException(TerminologyImportType)
UnsupportedImportFileFormatException constructor
Declaration
public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType)
Parameters
Type | Name | Description |
---|---|---|
TerminologyImportType | terminologyImportType | The unsupported import type. |
UnsupportedImportFileFormatException(TerminologyImportType, Exception)
UnsupportedImportFileFormatException constructor
Declaration
public UnsupportedImportFileFormatException(TerminologyImportType terminologyImportType, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
TerminologyImportType | terminologyImportType | The unsupported import type. |
Exception | innerException | The inner exception. |
UnsupportedImportFileFormatException(String, TerminologyImportType, Exception)
UnsupportedImportFileFormatException constructor
Declaration
public UnsupportedImportFileFormatException(string message, TerminologyImportType terminologyImportType, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The exception message. |
TerminologyImportType | terminologyImportType | The unsupported import type. |
Exception | innerException | The inner exception. |
Properties
TerminologyImportType
The exception class to be used when there is an unsupported import type
Declaration
public TerminologyImportType TerminologyImportType { get; }
Property Value
Type | Description |
---|---|
TerminologyImportType |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception