Class MissingMetadataException
- Namespace
- PhoneNumbers
- Assembly
- PhoneNumbers.dll
Thrown when metadata for a region or country calling code that is expected to exist cannot
be loaded (resource missing, stream truncated, etc.). Mirrors
com.google.i18n.phonenumbers.MissingMetadataException in the Java upstream.
public class MissingMetadataException : InvalidOperationException, ISerializable
- Inheritance
-
MissingMetadataException
- Implements
- Inherited Members
Constructors
MissingMetadataException(string)
public MissingMetadataException(string message)
Parameters
messagestring
MissingMetadataException(string, Exception)
public MissingMetadataException(string message, Exception innerException)