C# 클래스 Encog.Persist.PersistError

상속: EncogError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
PersistError ( Exception t ) : System

Construct an exception that holds another exception.

PersistError ( String msg ) : System

Construct a message exception.

PersistError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

메소드 상세

PersistError() 공개 메소드

Construct an exception that holds another exception.
public PersistError ( Exception t ) : System
t System.Exception The other exception.
리턴 System

PersistError() 공개 메소드

Construct a message exception.
public PersistError ( String msg ) : System
msg String The exception message.
리턴 System

PersistError() 공개 메소드

Construct an exception that holds another exception.
public PersistError ( String msg, Exception t ) : System
msg String The message.
t System.Exception The other exception.
리턴 System