C# Class ManagedCuda.NVGraph.NVGraphException

Inheritance: System.Exception, System.Runtime.Serialization.ISerializable
Mostrar archivo Open project: kunzmi/managedCuda

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

NVGraphException ( ) : System

NVGraphException ( nvgraphStatus error ) : System

NVGraphException ( nvgraphStatus error, string message, Exception exception ) : System

NVGraphException ( string message ) : System

NVGraphException ( string message, Exception exception ) : System

ToString ( ) : string

Protected Methods

Method Description
NVGraphException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System

Private Methods

Method Description
GetErrorMessageFromNVgraphStatus ( nvgraphStatus error ) : string
GetInternalNameFromNVgraphStatus ( nvgraphStatus error ) : string

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

NVGraphException() public method

public NVGraphException ( ) : System
return System

NVGraphException() protected method

protected NVGraphException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System
serInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

NVGraphException() public method

public NVGraphException ( nvgraphStatus error ) : System
error nvgraphStatus
return System

NVGraphException() public method

public NVGraphException ( nvgraphStatus error, string message, Exception exception ) : System
error nvgraphStatus
message string
exception System.Exception
return System

NVGraphException() public method

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

NVGraphException() public method

public NVGraphException ( string message, Exception exception ) : System
message string
exception System.Exception
return System

ToString() public method

public ToString ( ) : string
return string