Class ProtoDataException
Thrown when test data cannot be constructed unambiguously.
public sealed class ProtoDataException : InvalidOperationException, ISerializable
- Inheritance
-
ProtoDataException
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoDataException(string)
public ProtoDataException(string message)
Parameters
messagestring
ProtoDataException(string, Exception)
public ProtoDataException(string message, Exception innerException)