C# Class AspNetDeploy.BuildServices.DotnetCore.DotnetCoreBuildServiceException

Inheritance: AspNetDeployException
Show file Open project: adoconnection/AspNetDeploy

Public Methods

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

Protected Methods

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

Method Details

DotnetCoreBuildServiceException() public method

public DotnetCoreBuildServiceException ( ) : System
return System

DotnetCoreBuildServiceException() protected method

protected DotnetCoreBuildServiceException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DotnetCoreBuildServiceException() public method

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

DotnetCoreBuildServiceException() public method

public DotnetCoreBuildServiceException ( string message, Exception innerException ) : System
message string
innerException Exception
return System