Class VersionParseException
Namespace: CmlLib.Core.Version
Assembly: CmlLib.Core.dll
public class VersionParseException : Exception, ISerializable
Inheritance
object ← Exception ← VersionParseException
Implements
Inherited Members
Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), 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.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
VersionParseException(string)
public VersionParseException(string message)
Parameters
message string
VersionParseException(Exception)
public VersionParseException(Exception inner)
Parameters
inner Exception
Properties
VersionName
public string? VersionName { get; }