InconclusiveException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InconclusiveException(String) | |
InconclusiveException(SerializationInfo, StreamingContext) |
Serialization Constructor |
InconclusiveException(String, Exception) |
InconclusiveException(String)
public InconclusiveException (string message);
new NUnit.Framework.InconclusiveException : string -> NUnit.Framework.InconclusiveException
Parameters
- message
- String
The error message that explains the reason for the exception
Applies to
InconclusiveException(SerializationInfo, StreamingContext)
Serialization Constructor
protected InconclusiveException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new NUnit.Framework.InconclusiveException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> NUnit.Framework.InconclusiveException
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
InconclusiveException(String, Exception)
public InconclusiveException (string message, Exception inner);
new NUnit.Framework.InconclusiveException : string * Exception -> NUnit.Framework.InconclusiveException
Parameters
- message
- String
The error message that explains the reason for the exception
- inner
- Exception
The exception that caused the current exception