Class SaigePhotometricStereoExeption
Photometric Stereo 사용 시 나타나는 장애를 표현합니다.
Inheritance
object
Exception
SaigePhotometricStereoExeption
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess.Deep
Assembly: SaigeVision.ImageProcess.Deep.dll
Syntax
public class SaigePhotometricStereoExeption : Exception, ISerializable, _Exception
Constructors
View SourceSaigePhotometricStereoExeption()
Declaration
public SaigePhotometricStereoExeption()
SaigePhotometricStereoExeption(int)
Declaration
public SaigePhotometricStereoExeption(int errnum)
Parameters
| Type | Name | Description |
|---|---|---|
| int | errnum |
SaigePhotometricStereoExeption(string, Exception)
Declaration
public SaigePhotometricStereoExeption(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |
SaigePhotometricStereoExeption(string)
Declaration
public SaigePhotometricStereoExeption(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception