C# 클래스 ManagedCuda.NVGraph.NVGraphException

상속: System.Exception, System.Runtime.Serialization.ISerializable
파일 보기 프로젝트 열기: kunzmi/managedCuda

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
NVGraphException ( SerializationInfo serInfo, StreamingContext streamingContext ) : System

비공개 메소드들

메소드 설명
GetErrorMessageFromNVgraphStatus ( nvgraphStatus error ) : string
GetInternalNameFromNVgraphStatus ( nvgraphStatus error ) : string

메소드 상세

GetObjectData() 공개 메소드

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

NVGraphException() 공개 메소드

public NVGraphException ( ) : System
리턴 System

NVGraphException() 보호된 메소드

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

NVGraphException() 공개 메소드

public NVGraphException ( nvgraphStatus error ) : System
error nvgraphStatus
리턴 System

NVGraphException() 공개 메소드

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

NVGraphException() 공개 메소드

public NVGraphException ( string message ) : System
message string
리턴 System

NVGraphException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string