메소드 | 설명 | |
---|---|---|
Encode ( Error error, |
Encodes the default JSON representation of an Error object to a TextWriter. Only properties and collection entires with non-null and non-empty strings are emitted. |
|
EncodeMembers ( Error error, |
||
EncodeString ( Error error ) : string |
Encodes the default JSON representation of an Error object to a string. Only properties and collection entires with non-null and non-empty strings are emitted. |
메소드 | 설명 | |
---|---|---|
EncodeEnclosed ( Error error, |
||
Member ( |
||
Member ( |
||
Member ( |
||
Member ( |
public static Encode ( Error error, |
||
error | Error | |
writer | ||
리턴 | void |
public static EncodeMembers ( Error error, |
||
error | Error | |
writer | ||
리턴 | void |