Class SkipException
- Namespace
- Xunit
- Assembly
- Xunit.SkippableFact.dll
The exception to throw to register a skipped test.
[Serializable]
public class SkipException : Exception, ISerializable
- Inheritance
-
SkipException
- Implements
- Inherited Members
Constructors
SkipException()
Initializes a new instance of the SkipException class.
public SkipException()
SkipException(SerializationInfo, StreamingContext)
Initializes a new instance of the SkipException class.
protected SkipException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
StreamingContext
SkipException(string?)
Initializes a new instance of the SkipException class.
public SkipException(string? reason)
Parameters
reason
stringThe reason the test is skipped.
SkipException(string?, Exception)
Initializes a new instance of the SkipException class.
public SkipException(string? reason, Exception innerException)