C# Class AppVeyor.Common.Exceptions.AppVeyorUnauthorizedException

Inheritance: System.Exception
Show file Open project: onlyutkarsh/AppVeyorExtension

Public Methods

Method Description
AppVeyorUnauthorizedException ( ) : System
AppVeyorUnauthorizedException ( string message ) : System
AppVeyorUnauthorizedException ( string message, Exception innerException ) : System

Protected Methods

Method Description
AppVeyorUnauthorizedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AppVeyorUnauthorizedException() public method

public AppVeyorUnauthorizedException ( ) : System
return System

AppVeyorUnauthorizedException() protected method

protected AppVeyorUnauthorizedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AppVeyorUnauthorizedException() public method

public AppVeyorUnauthorizedException ( string message ) : System
message string
return System

AppVeyorUnauthorizedException() public method

public AppVeyorUnauthorizedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System