Cosmo (.NET)
Search Results for

    Show / Hide Table of Contents

    Class CosmoArgumentException

    A caller passed an invalid argument — an unknown currency code, an unsupported width/unit, a bad enum value, and so on.

    Inheritance
    object
    Exception
    CosmoException
    CosmoArgumentException
    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 CosmoArgumentException : CosmoException, ISerializable

    Constructors

    CosmoArgumentException(string)

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

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX