この型のすべてのメンバの一覧については、 OhError メンバを参照してください。
System.Object
System.Exception
OhymosNet.OhError
..... try { ... OhError e = new OhError(errorMessage1, errorMessage2); throw e; } catch (OhError e) { System.Console.WriteLine(e.Message); } .....The example of the creation method of an error message is as follows.
..... if(some error status was detected) { throw new OhError("Already exits \"_dataPackArray\".", oPrintString(" > ")); } .....
名前空間: OhymosNet
アセンブリ: OhymosNet (OhymosNet.dll 内)