BaseException<T>
Namespace: SlottyMedia.LoggingProvider
This exception is the base exception for all exceptions in the application.
public class BaseException<T> : System.Exception, System.Runtime.Serialization.ISerializable
Type Parameters
T
Inheritance Object → Exception → BaseException<T>
Implements ISerializable
Properties
TargetSite
public MethodBase TargetSite { get; }
Property Value
Message
public string Message { get; }
Property Value
Data
public IDictionary Data { get; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Constructors
BaseException()
The default constructor.
public BaseException()
BaseException(String)
The constructor with parameters.
public BaseException(string message)
Parameters
message String
BaseException(String, String)
The constructor with parameters.
public BaseException(string propertyName, string message)
Parameters
propertyName String
message String
BaseException(String, Exception)
The constructor with parameters.
public BaseException(string message, Exception innerException)
Parameters
message String
innerException Exception