Class OAuthException
Inheritance
OAuthException
Assembly: DotNetNuke.dll
Syntax
public class OAuthException : Exception, ISerializable, _Exception
Constructors
OAuthException()
Declaration
OAuthException(SerializationInfo, StreamingContext)
Declaration
protected OAuthException(SerializationInfo info, StreamingContext context)
Parameters
OAuthException(string)
Declaration
public OAuthException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
OAuthException(string, Exception)
Declaration
public OAuthException(string message, Exception innerException)
Parameters
Implements
Extension Methods