Class FindException
Inheritance
System.Object
System.Exception
FindException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
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: ArtOfTest.WebAii.Exceptions
Assembly: ArtOfTest.WebAii.dll
Syntax
public class FindException : Exception, ISerializable, _Exception
Constructors
FindException(FindError, Exception)
Declaration
public FindException(FindError findErrorData, Exception innerException)
Parameters
Find
|
System.
|
FindException(SerializationInfo, StreamingContext)
Declaration
public FindException(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|
FindException(String)
Declaration
public FindException(string message)
Parameters
System.
|
FindException(String, Exception)
Declaration
public FindException(string message, Exception innerException)
Parameters
System.
|
System.
|
Properties
FindErrorData
Message
Declaration
public override string Message { get; }
Property Value
System.
|
Overrides
System.Exception.Message