Class CompatibilityException
Inheritance
System.Object
System.Exception
System.ApplicationException
CompatibilityException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Compatibility
Assembly: FChoice.Foundation.Clarify.Compatibility.dll
Syntax
[ComVisible(false)]
[Guid("4EC21DC6-3E55-3633-B289-FCC59D5AF61C")]
public class CompatibilityException : FCExceptionBase, _Exception, ISerializable
Constructors
CompatibilityException(Exception, Int32, String, Object[])
Declaration
protected CompatibilityException(Exception innerEx, int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerEx | |
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
CompatibilityException(Int32, String, Object[])
Declaration
protected CompatibilityException(int errorId, string messageId, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorId | |
System.String | messageId | |
System.Object[] | args |
CompatibilityException(SerializationInfo, StreamingContext)
Declaration
protected CompatibilityException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable