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