Class BaseException
- Namespace
- RisingV.Shared.Exceptions
- Assembly
- RisingV.Shared.dll
Represents the base class for exceptions in the RisingV project.
public class BaseException : Exception, ISerializable
- Inheritance
-
BaseException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseException()
public BaseException()
BaseException(SerializationInfo, StreamingContext)
[Obsolete("Obsolete")]
protected BaseException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
BaseException(string)
public BaseException(string message)
Parameters
message
string
BaseException(string, Exception)
public BaseException(string message, Exception innerException)