Search Results for

    Show / Hide Table of Contents

    Class NumberMetadataException

    Inheritance
    object
    Exception
    NumberMetadataException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.NumberMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class NumberMetadataException : Exception, ISerializable, _Exception

    Constructors

    NumberMetadataException()

    Declaration
    public NumberMetadataException()

    NumberMetadataException(SerializationInfo, StreamingContext)

    Declaration
    protected NumberMetadataException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    NumberMetadataException(string)

    Declaration
    public NumberMetadataException(string msg)
    Parameters
    Type Name Description
    string msg

    NumberMetadataException(string, Exception)

    Declaration
    public NumberMetadataException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • NumberMetadataException()
      • NumberMetadataException(SerializationInfo, StreamingContext)
      • NumberMetadataException(string)
      • NumberMetadataException(string, Exception)
    • Implements
    Back to top Generated by DocFX