Class ElementFormatException
[Serializable]
public class ElementFormatException : ArgumentException, ISerializable
- Inheritance
-
ElementFormatException
- Implements
- Inherited Members
Constructors
ElementFormatException()
public ElementFormatException()
ElementFormatException(UIelement, string, string)
public ElementFormatException(UIelement element, string message, string key = "")
Parameters
ElementFormatException(SerializationInfo, StreamingContext)
public ElementFormatException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
ElementFormatException(string)
public ElementFormatException(string message)
Parameters
messagestring
ElementFormatException(string, Exception)
public ElementFormatException(string message, Exception innerException)