C# Class SynthExport.PointCloudDownloadException

Inheritance: System.ApplicationException
Exibir arquivo Open project: neonascent/SynthExport-Fork

Public Methods

Method Description
PointCloudDownloadException ( ) : System
PointCloudDownloadException ( string message ) : System
PointCloudDownloadException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

PointCloudDownloadException() public method

public PointCloudDownloadException ( ) : System
return System

PointCloudDownloadException() protected method

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

PointCloudDownloadException() public method

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

PointCloudDownloadException() public method

public PointCloudDownloadException ( string message, Exception inner ) : System
message string
inner System.Exception
return System