C# Class ManagedCuda.NVRTC.NVRTCException

An NVRTCException is thrown, if any wrapped call to the NVRTC-library does not return nvrtcResult.Success.
Inheritance: System.Exception, System.Runtime.Serialization.ISerializable
Afficher le fichier Open project: kunzmi/managedCuda

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

NVRTCException ( ) : System

NVRTCException ( nvrtcResult error ) : System

NVRTCException ( nvrtcResult error, string message, Exception exception ) : System

NVRTCException ( string message ) : System

NVRTCException ( string message, Exception exception ) : System

ToString ( ) : string

Méthodes protégées

Méthode Description
NVRTCException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System

Private Methods

Méthode Description
GetErrorMessageFromCUResult ( nvrtcResult error ) : string

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

NVRTCException() public méthode

public NVRTCException ( ) : System
Résultat System

NVRTCException() protected méthode

protected NVRTCException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System
serInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

NVRTCException() public méthode

public NVRTCException ( nvrtcResult error ) : System
error nvrtcResult
Résultat System

NVRTCException() public méthode

public NVRTCException ( nvrtcResult error, string message, Exception exception ) : System
error nvrtcResult
message string
exception System.Exception
Résultat System

NVRTCException() public méthode

public NVRTCException ( string message ) : System
message string
Résultat System

NVRTCException() public méthode

public NVRTCException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string