Class UnparsableValueException
Exception thrown to indicate that the specified value could not be parsed.
  
  
  Since 1.0.x
  
  
  Availability net45, netstandard1.3
  
  Inheritance
Object
    Exception
    SystemException
    FormatException
    UnparsableValueException
  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: NodaTime.Text
Assembly: NodaTime.dll
Syntax
[Serializable]
public sealed class UnparsableValueException : FormatException, ISerializable, _ExceptionConstructors
UnparsableValueException()
Creates a new UnparsableValueException with no message.
  
  
  Since 1.0.x
  
  
  Availability net45, netstandard1.3
  
  Declaration
public UnparsableValueException()UnparsableValueException(String)
Creates a new UnparsableValueException with the given message.
  
  
  Since 1.0.x
  
  
  Availability net45, netstandard1.3
  
  Declaration
public UnparsableValueException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| String | message | The failure message | 
Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception