Class NumberMetadataException
Inheritance
NumberMetadataException
Assembly: Sdl.Core.Globalization.Async.dll
public class NumberMetadataException : Exception, ISerializable, _Exception
Constructors
Declaration
public NumberMetadataException()
NumberMetadataException(SerializationInfo, StreamingContext)
Declaration
protected NumberMetadataException(SerializationInfo info, StreamingContext context)
Parameters
Declaration
public NumberMetadataException(string msg)
Parameters
Type |
Name |
Description |
string |
msg |
|
Declaration
public NumberMetadataException(string message, Exception innerException)
Parameters
Implements