Overload List
Name | Description | |
---|---|---|
![]() | UnexpectedTagNameException |
Initializes a new instance of the UnexpectedTagNameException class.
|
![]() | UnexpectedTagNameException(String) |
Initializes a new instance of the UnexpectedTagNameException class with
a specified error message.
|
![]() | UnexpectedTagNameException(SerializationInfo, StreamingContext) |
Initializes a new instance of the UnexpectedTagNameException class with serialized data.
|
![]() | UnexpectedTagNameException(String, Exception) |
Initializes a new instance of the UnexpectedTagNameException class with
a specified error message and a reference to the inner exception that is the
cause of this exception.
|
![]() | UnexpectedTagNameException(String, String) |
Initializes a new instance of the UnexpectedTagNameException class with
the expected tag name and the actual tag name.
|
See Also