Class RemoteServiceValidationErrorInfo
Inheritance
object
RemoteServiceValidationErrorInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class RemoteServiceValidationErrorInfo
Constructors
RemoteServiceValidationErrorInfo()
Declaration
public RemoteServiceValidationErrorInfo()
RemoteServiceValidationErrorInfo(string, string)
Declaration
public RemoteServiceValidationErrorInfo(string message, string member)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
string | member |
RemoteServiceValidationErrorInfo(string, string[])
Declaration
public RemoteServiceValidationErrorInfo(string message, string[] members)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
string[] | members |
RemoteServiceValidationErrorInfo(string)
Declaration
public RemoteServiceValidationErrorInfo(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Properties
Members
Declaration
public string[] Members { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |