Show / Hide Table of Contents

Class RiotSharpException

RiotSharp exception.

Inheritance
System.Object
RiotSharpException
Namespace:RiotSharp
Assembly:RiotSharp.dll
Syntax
public class RiotSharpException : Exception

Constructors

RiotSharpException()

Declaration
public RiotSharpException()

RiotSharpException(String)

Declaration
public RiotSharpException(string message)
Parameters
Type Name Description
System.String message

RiotSharpException(String, Exception)

Declaration
public RiotSharpException(string message, Exception inner)
Parameters
Type Name Description
System.String message
Exception inner
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX