Cosmo (.NET)
Search Results for

    Show / Hide Table of Contents

    Class CosmoException

    Base exception for Cosmo. Catch this to handle any library error; catch a subclass to distinguish the cause.

    Inheritance
    object
    Exception
    CosmoException
    CosmoArgumentException
    CosmoUnsupportedException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Miloun.Cosmo
    Assembly: Miloun.Cosmo.dll
    Syntax
    public class CosmoException : Exception, ISerializable

    Constructors

    CosmoException(string)

    Declaration
    public CosmoException(string message)
    Parameters
    Type Name Description
    string message

    CosmoException(string, Exception)

    Declaration
    public CosmoException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX