IgnoreException 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
IgnoreException(String) | |
IgnoreException(SerializationInfo, StreamingContext) |
Serialization Constructor |
IgnoreException(String, Exception) |
IgnoreException(String)
public IgnoreException (string message);
new NUnit.Framework.IgnoreException : string -> NUnit.Framework.IgnoreException
Parameters
- message
- String
Applies to
IgnoreException(SerializationInfo, StreamingContext)
Serialization Constructor
protected IgnoreException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new NUnit.Framework.IgnoreException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> NUnit.Framework.IgnoreException
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
IgnoreException(String, Exception)
public IgnoreException (string message, Exception inner);
new NUnit.Framework.IgnoreException : string * Exception -> NUnit.Framework.IgnoreException
Parameters
- message
- String
The error message that explains the reason for the exception
- inner
- Exception
The exception that caused the current exception