Class CudaFFTException
An CudaFFTException is thrown, if any wrapped call to the CUFFT-library does not return Success.
Inheritance
System.Object
System.Exception
CudaFFTException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.CudaFFT
Assembly: CudaFFT.dll
Syntax
public class CudaFFTException : Exception, ISerializable
Constructors
| Improve this Doc View SourceCudaFFTException()
Declaration
public CudaFFTException()
CudaFFTException(cufftResult)
Declaration
public CudaFFTException(cufftResult error)
Parameters
| Type | Name | Description |
|---|---|---|
| cufftResult | error |
CudaFFTException(cufftResult, String, Exception)
Declaration
public CudaFFTException(cufftResult error, string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| cufftResult | error | |
| System.String | message | |
| System.Exception | exception |
CudaFFTException(SerializationInfo, StreamingContext)
Declaration
protected CudaFFTException(SerializationInfo serInfo, StreamingContext streamingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | serInfo | |
| System.Runtime.Serialization.StreamingContext | streamingContext |
CudaFFTException(String)
Declaration
public CudaFFTException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
CudaFFTException(String, Exception)
Declaration
public CudaFFTException(string message, Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | exception |
Properties
| Improve this Doc View SourceCudaFFTError
Declaration
public cufftResult CudaFFTError { get; set; }
Property Value
| Type | Description |
|---|---|
| cufftResult |
Methods
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Exception.ToString()
Implements
System.Runtime.Serialization.ISerializable