메소드 | 설명 | |
---|---|---|
FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System | ||
ToString ( ) : string | ||
getBuffer ( ) : byte[] |
The byte buffer holding the patch script.
|
|
getLineText ( ) : string |
Line of the patch script the error appears on.
|
|
getMessage ( ) : string |
A message describing the error.
|
|
getOffset ( ) : int |
Byte offset within getBuffer() where the error is
|
|
getSeverity ( ) : Severity |
The severity of the error.
|
public FormatError ( byte buffer, int ptr, Severity sev, string msg ) : System | ||
buffer | byte | |
ptr | int | |
sev | Severity | |
msg | string | |
리턴 | System |