InvalidTelemetryCallException Class
Definition
An exception thrown whenever an invalid or malformed call to Telemetry is made.
[Serializable]public class InvalidTelemetryCallException : Exception, ISerializableInheritance object → Exception
Implements ISerializable
Constructors
InvalidTelemetryCallException()
Initializes a new instance of the InvalidTelemetryCallException class.
public InvalidTelemetryCallException()InvalidTelemetryCallException(string)
Initializes a new instance of the InvalidTelemetryCallException class.
public InvalidTelemetryCallException(string message)Parameters
message string
A message to be associated with the exception.
InvalidTelemetryCallException(string, Exception)
Initializes a new instance of the InvalidTelemetryCallException class.
public InvalidTelemetryCallException(string message, Exception inner)Parameters
message string
A message to be associated with the exception.
inner Exception
An inner exception to be associated with the main exception.