PexInconclusiveException 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
PexInconclusiveException() |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(String) |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException(String, Exception) |
Initializes a new instance of the PexInconclusiveException class. |
PexInconclusiveException()
Initializes a new instance of the PexInconclusiveException class.
public:
PexInconclusiveException();
public PexInconclusiveException ();
Public Sub New ()
Applies to
PexInconclusiveException(String)
Initializes a new instance of the PexInconclusiveException class.
public:
PexInconclusiveException(System::String ^ message);
public PexInconclusiveException (string message);
new Microsoft.Pex.Framework.Exceptions.PexInconclusiveException : string -> Microsoft.Pex.Framework.Exceptions.PexInconclusiveException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
PexInconclusiveException(SerializationInfo, StreamingContext)
Initializes a new instance of the PexInconclusiveException class.
protected:
PexInconclusiveException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PexInconclusiveException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Pex.Framework.Exceptions.PexInconclusiveException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Pex.Framework.Exceptions.PexInconclusiveException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
The info
parameter is null.
The class name is null or HResult is zero (0).
Applies to
PexInconclusiveException(String, Exception)
Initializes a new instance of the PexInconclusiveException class.
public:
PexInconclusiveException(System::String ^ message, Exception ^ inner);
public PexInconclusiveException (string message, Exception inner);
new Microsoft.Pex.Framework.Exceptions.PexInconclusiveException : string * Exception -> Microsoft.Pex.Framework.Exceptions.PexInconclusiveException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
The message.
- inner
- Exception
The inner.