Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Exceptions.RedditException Class Reference
Inheritance diagram for Reddit.Exceptions.RedditException:

Public Member Functions

 RedditException (string message, Exception inner)
 
 RedditException (string message)
 
 RedditException ()
 

Protected Member Functions

 RedditException (SerializationInfo serializationInfo, StreamingContext context)
 

Constructor & Destructor Documentation

◆ RedditException() [1/4]

Reddit.Exceptions.RedditException.RedditException ( string  message,
Exception  inner 
)

◆ RedditException() [2/4]

Reddit.Exceptions.RedditException.RedditException ( string  message)

◆ RedditException() [3/4]

Reddit.Exceptions.RedditException.RedditException ( )

◆ RedditException() [4/4]

Reddit.Exceptions.RedditException.RedditException ( SerializationInfo  serializationInfo,
StreamingContext  context 
)
protected

The documentation for this class was generated from the following file: