Constructor TagMissingException
TagMissingException()
Constructor.
public TagMissingException()
TagMissingException(string)
Constructor.
public TagMissingException(string message)
Parameters
message
stringThe message that describes the error.
TagMissingException(string, Exception)
Constructor.
public TagMissingException(string message, Exception inner)
Parameters
message
stringThe message that describes the error.
inner
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
TagMissingException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
protected TagMissingException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo instance that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext instance that contains contextual information about the source or destination.