C# Class AppVeyor.Common.Exceptions.AppVeyorException

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

Public Methods

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

Protected Methods

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

Method Details

AppVeyorException() public method

public AppVeyorException ( ) : System
return System

AppVeyorException() protected method

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

AppVeyorException() public method

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

AppVeyorException() public method

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