Show / Hide Table of Contents

Class CommonException

Inheritance
System.Object
System.Exception
System.ApplicationException
FCExceptionBase
CommonException
FCArgumentException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
FCExceptionBase.SetMessageProvider(IErrorMessageProvider)
FCExceptionBase.GetResourceData()
FCExceptionBase.GetErrorMessageFormat(Object, String)
FCExceptionBase.FormatMessage(String, String, Object[])
FCExceptionBase.LoadErrorResourceSet(String)
FCExceptionBase.GetObjectData(SerializationInfo, StreamingContext)
FCExceptionBase.MessageProvider
FCExceptionBase.ErrorCode
FCExceptionBase.ErrorMessageID
FCExceptionBase.Message
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.Common
Assembly: FChoice.Common.dll
Syntax
public class CommonException : FCExceptionBase, _Exception, ISerializable

Constructors

CommonException(Exception, Int32, String, Object[])

Declaration
protected CommonException(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

CommonException(Int32, String, Object[])

Declaration
protected CommonException(int errorId, string messageId, params object[] args)
Parameters
Type Name Description
System.Int32 errorId
System.String messageId
System.Object[] args

CommonException(SerializationInfo, StreamingContext)

Declaration
protected CommonException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Methods

Assert(Int32, Boolean, String)

Declaration
public static void Assert(int errorId, bool assertionResult, string reason)
Parameters
Type Name Description
System.Int32 errorId
System.Boolean assertionResult
System.String reason

Implements

System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.